Condividi tramite


Interfaccia IMutableUserDefinedFunction

Represents a mutable user-defined function.

Spazio dei nomi  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Sintassi

'Dichiarazione
Public Interface IMutableUserDefinedFunction _
    Inherits IUserDefinedFunction, IMutableFunction, IFunction, IMutableFunctionModuleBase,  _
    IFunctionModuleBase, IMutableUserDefinedFunctionModuleBase, IUserDefinedFunctionModuleBase, IMutableSchemaOwnedObject, ISchemaOwnedObject,  _
    IMutableDatabaseObject, IDatabaseObject, IMutableMetadataObject, IMetadataObject
'Utilizzo
Dim instance As IMutableUserDefinedFunction
public interface IMutableUserDefinedFunction : IUserDefinedFunction, 
    IMutableFunction, IFunction, IMutableFunctionModuleBase, IFunctionModuleBase, IMutableUserDefinedFunctionModuleBase, 
    IUserDefinedFunctionModuleBase, IMutableSchemaOwnedObject, ISchemaOwnedObject, IMutableDatabaseObject, IDatabaseObject, 
    IMutableMetadataObject, IMetadataObject
public interface class IMutableUserDefinedFunction : IUserDefinedFunction, 
    IMutableFunction, IFunction, IMutableFunctionModuleBase, IFunctionModuleBase, IMutableUserDefinedFunctionModuleBase, 
    IUserDefinedFunctionModuleBase, IMutableSchemaOwnedObject, ISchemaOwnedObject, IMutableDatabaseObject, IDatabaseObject, 
    IMutableMetadataObject, IMetadataObject
type IMutableUserDefinedFunction =  
    interface
        interface IUserDefinedFunction
        interface IMutableFunction
        interface IFunction
        interface IMutableFunctionModuleBase
        interface IFunctionModuleBase
        interface IMutableUserDefinedFunctionModuleBase
        interface IUserDefinedFunctionModuleBase
        interface IMutableSchemaOwnedObject
        interface ISchemaOwnedObject
        interface IMutableDatabaseObject
        interface IDatabaseObject
        interface IMutableMetadataObject
        interface IMetadataObject
    end
public interface IMutableUserDefinedFunction extends IUserDefinedFunction, IMutableFunction, IFunction, IMutableFunctionModuleBase, IFunctionModuleBase, IMutableUserDefinedFunctionModuleBase, IUserDefinedFunctionModuleBase, IMutableSchemaOwnedObject, ISchemaOwnedObject, IMutableDatabaseObject, IDatabaseObject, IMutableMetadataObject, IMetadataObject

Nel tipo IMutableUserDefinedFunction sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica BodyText Gets or sets the Transact-SQL string that defines the module.
Proprietà pubblica BodyText Gets the Transact-SQL string that defines the module. Ereditato da IUserDefinedFunction.
Proprietà pubblica ExecutionContext Gets or sets an IExecutionContext object that specifies the module execution context. Ereditato da IMutableUserDefinedFunctionModuleBase.
Proprietà pubblica ExecutionContext Gets the IExecutionContext object that specifies the module execution context. Ereditato da IUserDefinedFunctionModuleBase.
Proprietà pubblica IsEncrypted Gets or sets a value that indicates whether the module is encrypted. Ereditato da IMutableUserDefinedFunctionModuleBase.
Proprietà pubblica IsEncrypted Gets a value that indicates whether the module is encrypted. Ereditato da IUserDefinedFunctionModuleBase.
Proprietà pubblica IsQuotedIdentifierOn Gets or sets a Boolean value that indicates whether the quoted identifier option is on.
Proprietà pubblica IsQuotedIdentifierOn Gets a Boolean value that indicates whether the unique identifier option is on. Ereditato da IUserDefinedFunction.
Proprietà pubblica IsSchemaBound Gets or sets a value that indicates whether the user-defined function is bound to a schema.
Proprietà pubblica IsSchemaBound Gets a value that indicates whether the user-defined function is bound to a schema. Ereditato da IUserDefinedFunction.
Proprietà pubblica IsSqlClr Gets or sets a value that indicates whether this is a CLR module.
Proprietà pubblica IsSqlClr Gets a value that indicates whether this is a CLR module. Ereditato da IUserDefinedFunction.
Proprietà pubblica IsSystemObject Gets a value that indicates whether this is a system object. Ereditato da IDatabaseObject.
Proprietà pubblica IsSystemObject Gets or sets a value that indicates whether this is a system object. Ereditato da IMutableDatabaseObject.
Proprietà pubblica Name Gets the name of the metadata object. Ereditato da IMetadataObject.
Proprietà pubblica Parameters Gets a collection that contains the parameters that the function or module accepts. Ereditato da IFunctionModuleBase.
Proprietà pubblica Parameters Gets a collection that contains the parameters that the function or module accepts. Ereditato da IMutableFunctionModuleBase.
Proprietà pubblica Parent Gets the IDatabaseObject object that is the parent of this object. Ereditato da IDatabaseObject.
Proprietà pubblica Schema Gets the ISchema object that owns this object. Ereditato da ISchemaOwnedObject.

In alto