Compartilhar via


Propriedade do RDL StatementList.Statements

Gets or sets a list of statements, possibly empty.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

StatementList Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom