Condividi tramite


Proprietà WaitForStatement.Statement

Ottiene o imposta un'istruzione interna.

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 Statement As WaitForSupportedStatement
    Get
    Set
public WaitForSupportedStatement Statement { get; set; }
public:
property WaitForSupportedStatement^ Statement {
    WaitForSupportedStatement^ get ();
    void set (WaitForSupportedStatement^ value);
}
member Statement : WaitForSupportedStatement with get, set
function get Statement () : WaitForSupportedStatement
function set Statement (value : WaitForSupportedStatement)

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

WaitForStatement Classe

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