Partilhar via


Propriedade WaitForStatement.Statement

Obtém ou define uma instrução interna.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (em Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxe

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

Valor de propriedade

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.WaitForSupportedStatement
Retorna um WaitForSupportedStatement.

Segurança do .NET Framework

Consulte também

Referência

WaitForStatement Classe

Namespace Microsoft.Data.Schema.ScriptDom.Sql