Freigeben über


IMutableUserDefinedFunctionModuleBase-Schnittstelle

Common base interface for the IMutableUserDefinedFunction and IMutableCallableModule interfaces.

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
Public Interface IMutableUserDefinedFunctionModuleBase _
    Inherits IUserDefinedFunctionModuleBase, IMutableSchemaOwnedObject, ISchemaOwnedObject, IMutableDatabaseObject,  _
    IDatabaseObject, IMutableMetadataObject, IMetadataObject
'Usage
Dim instance As IMutableUserDefinedFunctionModuleBase
public interface IMutableUserDefinedFunctionModuleBase : IUserDefinedFunctionModuleBase, 
    IMutableSchemaOwnedObject, ISchemaOwnedObject, IMutableDatabaseObject, IDatabaseObject, IMutableMetadataObject, 
    IMetadataObject
public interface class IMutableUserDefinedFunctionModuleBase : IUserDefinedFunctionModuleBase, 
    IMutableSchemaOwnedObject, ISchemaOwnedObject, IMutableDatabaseObject, IDatabaseObject, IMutableMetadataObject, 
    IMetadataObject
type IMutableUserDefinedFunctionModuleBase =  
    interface
        interface IUserDefinedFunctionModuleBase
        interface IMutableSchemaOwnedObject
        interface ISchemaOwnedObject
        interface IMutableDatabaseObject
        interface IDatabaseObject
        interface IMutableMetadataObject
        interface IMetadataObject
    end
public interface IMutableUserDefinedFunctionModuleBase extends IUserDefinedFunctionModuleBase, IMutableSchemaOwnedObject, ISchemaOwnedObject, IMutableDatabaseObject, IDatabaseObject, IMutableMetadataObject, IMetadataObject

Der IMutableUserDefinedFunctionModuleBase-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft ExecutionContext Gets or sets an IExecutionContext object that specifies the module execution context.
Öffentliche Eigenschaft ExecutionContext Gets the IExecutionContext object that specifies the module execution context. (Geerbt von IUserDefinedFunctionModuleBase.)
Öffentliche Eigenschaft IsEncrypted Gets or sets a value that indicates whether the module is encrypted.
Öffentliche Eigenschaft IsEncrypted Gets a value that indicates whether the module is encrypted. (Geerbt von IUserDefinedFunctionModuleBase.)
Öffentliche Eigenschaft IsSystemObject Gets a value that indicates whether this is a system object. (Geerbt von IDatabaseObject.)
Öffentliche Eigenschaft IsSystemObject Gets or sets a value that indicates whether this is a system object. (Geerbt von IMutableDatabaseObject.)
Öffentliche Eigenschaft Name Gets the name of the metadata object. (Geerbt von IMetadataObject.)
Öffentliche Eigenschaft Parent Gets the IDatabaseObject object that is the parent of this object. (Geerbt von IDatabaseObject.)
Öffentliche Eigenschaft Schema Gets the ISchema object that owns this object. (Geerbt von ISchemaOwnedObject.)

Zum Anfang