Gets the statement that will be executed if the predicate evaluates false. Optional, may be nullnull 參考 (在 Visual Basic 中為 Nothing).
命名空間: Microsoft.SqlServer.TransactSql.ScriptDom
組件: Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
語法
'宣告
Public Property ElseStatement As TSqlStatement
Get
Set
'用途
Dim instance As IfStatement
Dim value As TSqlStatement
value = instance.ElseStatement
instance.ElseStatement = value
public TSqlStatement ElseStatement { get; set; }
public:
property TSqlStatement^ ElseStatement {
TSqlStatement^ get ();
void set (TSqlStatement^ value);
}
member ElseStatement : TSqlStatement with get, set
function get ElseStatement () : TSqlStatement
function set ElseStatement (value : TSqlStatement)
屬性值
型別:Microsoft.SqlServer.TransactSql.ScriptDom.TSqlStatement
The statement that will be executed.