Propriedade do RDL WaitForStatement.Statement
Gets or sets an inner statement.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
Public Property Statement As WaitForSupportedStatement
Get
Set
'Uso
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)
Valor da propriedade
Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.WaitForSupportedStatement
An inner statement.