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.