Freigeben über


TSqlScript.Batches-Eigenschaft

Ruft eine Liste der Batches im Skript 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 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>

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

TSqlScript Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace