Свойство 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