Condividi tramite


Proprietà TSqlScript.Batches

Gets or sets the batches in the script.

Spazio dei nomi  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Batches As IList(Of TSqlBatch)
    Get
'Utilizzo
Dim instance As TSqlScript 
Dim value As IList(Of TSqlBatch)

value = instance.Batches
public IList<TSqlBatch> Batches { get; }
public:
property IList<TSqlBatch^>^ Batches {
    IList<TSqlBatch^>^ get ();
}
member Batches : IList<TSqlBatch>
function get Batches () : IList<TSqlBatch>

Valore proprietà

Tipo: System.Collections.Generic.IList<TSqlBatch>
The batches in the script.

Vedere anche

Riferimento

TSqlScript Classe

Spazio dei nomi Microsoft.SqlServer.TransactSql.ScriptDom