Partager via


Propriété WaitForStatement.Statement

Gets or sets an inner statement.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Property Statement As WaitForSupportedStatement 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : Microsoft.SqlServer.TransactSql.ScriptDom.WaitForSupportedStatement
An inner statement.

Voir aussi

Référence

WaitForStatement Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom