Condividi tramite


Proprietà SetCommandStatement.Commands

Ottiene un elenco di comandi singoli.

Spazio dei nomi:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintassi

'Dichiarazione
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>

Valore proprietà

Tipo: System.Collections.Generic.IList<SetCommand>

Sicurezza di .NET Framework

Vedere anche

Riferimenti

SetCommandStatement Classe

Spazio dei nomi Microsoft.Data.Schema.ScriptDom.Sql