Partilhar via


Propriedade do RDL TSqlScript.Batches

Gets or sets the batches in the script.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxe

'Declaração
Public ReadOnly Property Batches As IList(Of TSqlBatch)
    Get
'Uso
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>

Valor da propriedade

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

Consulte também

Referência

TSqlScript Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom