Aracılığıyla paylaş


SetCommandStatement.Commands Özellik

Tek tek komutların listesini alır.

Ad alanı:  Microsoft.Data.Schema.ScriptDom.Sql
Derleme:  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll içinde)

Sözdizimi

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

Özellik Değeri

Tür: System.Collections.Generic.IList<SetCommand>

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

SetCommandStatement Sınıf

Microsoft.Data.Schema.ScriptDom.Sql Ad Alanı