Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.