Свойство TSqlScript.Batches

Gets or sets the batches in the script.

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public ReadOnly Property Batches As IList(Of TSqlBatch)
    Get
'Применение
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>

Значение свойства

Тип: System.Collections.Generic.IList<TSqlBatch>
The batches in the script.

См. также

Справочник

TSqlScript Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom