Gets the mutator method call.
命名空間: Microsoft.SqlServer.TransactSql.ScriptDom
組件: Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
語法
'宣告
Public Property MutatorFunction As FunctionCall
Get
Set
'用途
Dim instance As FunctionCallSetClause
Dim value As FunctionCall
value = instance.MutatorFunction
instance.MutatorFunction = value
public FunctionCall MutatorFunction { get; set; }
public:
property FunctionCall^ MutatorFunction {
FunctionCall^ get ();
void set (FunctionCall^ value);
}
member MutatorFunction : FunctionCall with get, set
function get MutatorFunction () : FunctionCall
function set MutatorFunction (value : FunctionCall)
屬性值
型別:Microsoft.SqlServer.TransactSql.ScriptDom.FunctionCall
The mutator method call.