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
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.