Partager via


Interface IUserDefinedFunctionModuleBase

Common base interface for the IUserDefinedFunction and ICallableModule interfaces.

Espace de noms :  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly :  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Syntaxe

'Déclaration
Public Interface IUserDefinedFunctionModuleBase _
    Inherits ISchemaOwnedObject, IDatabaseObject, IMetadataObject
'Utilisation
Dim instance As IUserDefinedFunctionModuleBase
public interface IUserDefinedFunctionModuleBase : ISchemaOwnedObject, 
    IDatabaseObject, IMetadataObject
public interface class IUserDefinedFunctionModuleBase : ISchemaOwnedObject, 
    IDatabaseObject, IMetadataObject
type IUserDefinedFunctionModuleBase =  
    interface
        interface ISchemaOwnedObject
        interface IDatabaseObject
        interface IMetadataObject
    end
public interface IUserDefinedFunctionModuleBase extends ISchemaOwnedObject, IDatabaseObject, IMetadataObject

Le type IUserDefinedFunctionModuleBase expose les membres suivants.

Propriétés

  Nom Description
Propriété publique ExecutionContext Gets the IExecutionContext object that specifies the module execution context.
Propriété publique IsEncrypted Gets a value that indicates whether the module is encrypted.
Propriété publique IsSystemObject Gets a value that indicates whether this is a system object. (hérité de IDatabaseObject.)
Propriété publique Name Gets the name of the metadata object. (hérité de IMetadataObject.)
Propriété publique Parent Gets the IDatabaseObject object that is the parent of this object. (hérité de IDatabaseObject.)
Propriété publique Schema Gets the ISchema object that owns this object. (hérité de ISchemaOwnedObject.)

Haut de la page