TSqlScript.Batches Property
Gets a list of batches in the script.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public ReadOnly Property Batches As IList(Of TSqlBatch)
public IList<TSqlBatch> Batches { get; }
public:
property IList<TSqlBatch^>^ Batches {
IList<TSqlBatch^>^ get ();
}
member Batches : IList<TSqlBatch>
function get Batches () : IList<TSqlBatch>
Property Value
Type: System.Collections.Generic.IList<TSqlBatch>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.