Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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.