Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.