Condividi tramite


Proprietà StatementList.Statements

Ottiene un elenco di istruzioni, eventualmente vuoto.

Spazio dei nomi:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintassi

'Dichiarazione
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>

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

StatementList Classe

Spazio dei nomi Microsoft.Data.Schema.ScriptDom.Sql