共用方式為


Script 方法

Generates a Transact-SQL script that can be used to re-create the SMO object.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
Function Script As StringCollection
'用途
Dim instance As IScriptable
Dim returnValue As StringCollection

returnValue = instance.Script()
StringCollection Script()
StringCollection^ Script()
abstract Script : unit -> StringCollection 
function Script() : StringCollection

傳回值

型別:System.Collections.Specialized. . :: . .StringCollection
A StringCollection system object value that contains a list of Transact-SQL statements in the script.

備註

產生的指令碼可能包含未記載的內部程序;完整的指令碼輸出必須包含這些程序。