Partager via


Propriété SetCommandStatement.Commands

Gets or sets the list of individual commands.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Commands As IList(Of SetCommand)
    Get
'Utilisation
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>

Valeur de propriété

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

Voir aussi

Référence

SetCommandStatement Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom