Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets or sets the statement that will be executed if the predicate evaluates to true.
Spazio dei nomi Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintassi
'Dichiarazione
Public Property Statement As TSqlStatement
Get
Set
'Utilizzo
Dim instance As WhileStatement
Dim value As TSqlStatement
value = instance.Statement
instance.Statement = value
public TSqlStatement Statement { get; set; }
public:
property TSqlStatement^ Statement {
TSqlStatement^ get ();
void set (TSqlStatement^ value);
}
member Statement : TSqlStatement with get, set
function get Statement () : TSqlStatement
function set Statement (value : TSqlStatement)
Valore proprietà
Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.TSqlStatement
The statement that will be executed if the predicate evaluates to true.