Compartir a través de


TSqlScript.Batches (Propiedad)

Obtiene una lista de lotes del script.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
Public ReadOnly Property Batches As IList(Of TSqlBatch)
    Get
public IList<TSqlBatch> Batches { get; }
public:
property IList<TSqlBatch^>^ Batches {
    IList<TSqlBatch^>^ get ();
}
member Batches : IList<TSqlBatch>
function get Batches () : IList<TSqlBatch>

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

TSqlScript Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)