Compartir a través de


TSqlBatch.Statements (Propiedad)

Obtiene una lista de instrucciones.

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 Statements As IList(Of TSqlStatement)
    Get
public IList<TSqlStatement> Statements { get; }
public:
property IList<TSqlStatement^>^ Statements {
    IList<TSqlStatement^>^ get ();
}
member Statements : IList<TSqlStatement>
function get Statements () : IList<TSqlStatement>

Valor de propiedad

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

Comentarios

La lista puede estar vacía.

Seguridad de .NET Framework

Vea también

Referencia

TSqlBatch Clase

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