Condividi tramite


Proprietà BeginEndBlockStatement.StatementList

Ottiene o imposta un elenco di istruzioni.

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

Sintassi

'Dichiarazione
Public Property StatementList As StatementList
    Get
    Set
public StatementList StatementList { get; set; }
public:
property StatementList^ StatementList {
    StatementList^ get ();
    void set (StatementList^ value);
}
member StatementList : StatementList with get, set
function get StatementList () : StatementList
function set StatementList (value : StatementList)

Valore proprietà

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.StatementList
Restituisce un elemento StatementList.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

BeginEndBlockStatement Classe

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