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

See Also

Reference

TSqlScript Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace