Partilhar via


Propriedade do RDL SetCommandStatement.Commands

Gets or sets the list of individual commands.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxe

'Declaração
Public ReadOnly Property Commands As IList(Of SetCommand)
    Get
'Uso
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>

Valor da propriedade

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

Consulte também

Referência

SetCommandStatement Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom