SetCommandStatement.Commands 屬性

Gets or sets the list of individual commands.

命名空間:  Microsoft.SqlServer.TransactSql.ScriptDom
組件:  Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

語法

'宣告
Public ReadOnly Property Commands As IList(Of SetCommand)
    Get
'用途
Dim instance As SetCommandStatement 
Dim value As IList(Of SetCommand)

value = instance.Commands
public IList<SetCommand> Commands { get; }
public:
property IList<SetCommand^>^ Commands {
    IList<SetCommand^>^ get ();
}
member Commands : IList<SetCommand>
function get Commands () : IList<SetCommand>

屬性值

型別:System.Collections.Generic.IList<SetCommand>
The list of individual commands.

請參閱

參考

SetCommandStatement 類別

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間