Freigeben über


WaitForStatement.Statement-Eigenschaft

Gets or sets an inner statement.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public Property Statement As WaitForSupportedStatement 
    Get 
    Set
'Usage
Dim instance As WaitForStatement 
Dim value As WaitForSupportedStatement 

value = instance.Statement

instance.Statement = value
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.SqlServer.TransactSql.ScriptDom.WaitForSupportedStatement
An inner statement.

Siehe auch

Verweis

WaitForStatement Klasse

Microsoft.SqlServer.TransactSql.ScriptDom-Namespace