Partager via


SetCommandStatement.Commands, propriété

Obtient une liste de commandes individuelles.

Espace de noms :  Microsoft.Data.Schema.ScriptDom.Sql
Assembly :  Microsoft.Data.Schema.ScriptDom.Sql (dans Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

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

Sécurité .NET Framework

Voir aussi

Référence

SetCommandStatement Classe

Microsoft.Data.Schema.ScriptDom.Sql, espace de noms