Aracılığıyla paylaş


TSqlScript.Batches Özellik

Toplu işlerin listesini komut 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 Batches As IList(Of TSqlBatch)
    Get
public IList<TSqlBatch> Batches { get; }
public:
property IList<TSqlBatch^>^ Batches {
    IList<TSqlBatch^>^ get ();
}
member Batches : IList<TSqlBatch>
function get Batches () : IList<TSqlBatch>

Özellik Değeri

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

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

TSqlScript Sınıf

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