Share via


WaitForStatement.Statement 속성

Gets or sets an inner statement.

네임스페이스:  Microsoft.SqlServer.TransactSql.ScriptDom
어셈블리:  Microsoft.SqlServer.TransactSql.ScriptDom(Microsoft.SqlServer.TransactSql.ScriptDom.dll)

구문

‘선언
Public Property Statement As WaitForSupportedStatement 
    Get 
    Set
‘사용 방법
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)

속성 값

유형: Microsoft.SqlServer.TransactSql.ScriptDom.WaitForSupportedStatement
An inner statement.

참고 항목

참조

WaitForStatement 클래스

Microsoft.SqlServer.TransactSql.ScriptDom 네임스페이스