Dela via


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)
'Usage
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 ();
}
public function get Batches () : IList<TSqlBatch>

Property Value

Type: System.Collections.Generic.IList<TSqlBatch>

.NET Framework Security

See Also

Reference

TSqlScript Class

TSqlScript Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace