共用方式為


OperatorCollection.Script 方法

Generates a Transact-SQL script that can be used to re-create the collection of operators.

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

語法

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

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

傳回值

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

備註

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

範例

使用集合

請參閱

參考

OperatorCollection 類別

Script 多載

Microsoft.SqlServer.Management.Smo.Agent 命名空間