Compartir a través de


WaitForStatement.Statement (Propiedad)

Obtiene o establece una instrucción interna.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.WaitForSupportedStatement
Devuelve un objeto WaitForSupportedStatement.

Seguridad de .NET Framework

Vea también

Referencia

WaitForStatement Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)