Partager via


Propriété TSqlScript.Batches

Gets or sets the batches in the script.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Batches As IList(Of TSqlBatch)
    Get
'Utilisation
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>

Valeur de propriété

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

Voir aussi

Référence

TSqlScript Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom