Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets the mutator method call.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property MutatorFunction As FunctionCall
Get
Set
'Usage
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)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.FunctionCall
The mutator method call.