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 命名空间