Freigeben über


WaitForStatement.Statement-Eigenschaft

Ruft eine innere Anweisung ab oder legt diese fest.

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

Syntax

'Declaration
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)

Eigenschaftswert

Typ: Microsoft.Data.Schema.ScriptDom.Sql.WaitForSupportedStatement
Gibt WaitForSupportedStatement zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

WaitForStatement Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace