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.