Compartir a través de


StatementList.Statements Propiedad

Gets or sets a list of statements, possibly empty.

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
Public ReadOnly Property Statements As IList(Of TSqlStatement)
    Get
'Uso
Dim instance As StatementList 
Dim value As IList(Of TSqlStatement)

value = instance.Statements
public IList<TSqlStatement> Statements { get; }
public:
property IList<TSqlStatement^>^ Statements {
    IList<TSqlStatement^>^ get ();
}
member Statements : IList<TSqlStatement>
function get Statements () : IList<TSqlStatement>

Valor de la propiedad

Tipo: System.Collections.Generic.IList<TSqlStatement>
A list of statements.

Vea también

Referencia

StatementList Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom