SetCommandStatement.Commands-Eigenschaft

Ruft eine Liste mit einzelnen Befehlen ab.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

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

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

SetCommandStatement Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace