您要查找的是不是:
- δ-hollow模δ-hollow modules
- 核心代碼位于kernel/modules.The kernel code is all in kernel/modules.
- 核心代碼位于kernel/modulesThe kernel code is all in kernel/modules
- modules此目錄僅僅包含已建好的模塊。modulesThis is simply a directory used to hold built modules.
- 模塊核心模塊代碼部分位于核心中部分位于modules包中。Modules the kernel module code is partially in the kernel and partially in the modules package.
- LKM就是可加載的內核模塊(Loadable Kernel Modules)。LKM is Loadable Kernel Modules.
- 不能使用sys.sql_modules目錄視圖查看使用ENCRYPTION選項創(chuàng )建的存儲過(guò)程的文本。The text of a stored procedure created with the ENCRYPTION option cannot be viewed by using the sys. Sql_modules catalog view.
- PAM(Pluggable Authentication Modules可嵌入認證模塊)允許你控制用戶(hù)是如何登錄的。PAM (Pluggable Authentication Modules) allow you to control how users log in.
- 若要顯示Transact-SQL用戶(hù)定義函數的定義,請使用函數所在數據庫中的sys.sql_modules目錄視圖。To display the definition of Transact-SQL user-defined functions, use the sys. Sql_modules catalog view in the database in which the function exists.
- 重命名存儲過(guò)程、函數、視圖或觸發(fā)器將不會(huì )更改sys.sql_modules類(lèi)別視圖的definition列中相應對象名的名稱(chēng)。Renaming a stored procedure, function, view, or trigger will not change the name of the corresponding object name in the definition column of the sys. Sql_modules catalog view.
- 若要查看Transact-SQL對象中的參數的默認值,請查詢(xún)sys.sql_modules目錄視圖的definition列,或使用OBJECT_DEFINITION系統函數。To view the default value of a parameter in a Transact-SQL object, query the definition column of the sys. Sql_modules catalog view, or use the OBJECT_DEFINITION system function.
- 例如,在創(chuàng )建CLR存儲過(guò)程時(shí),該存儲過(guò)程由sys.objects中的一行、sys.procedures(繼承自sys.objects)中的一行以及sys.assembly_modules中的一行表示。For example, when you create a CLR stored procedure, it is represented by one row in sys. Objects, one row in sys. Procedures (which inherits from sys. Objects), and one row in sys. Assembly_modules.