Interfaz IMutableCallableModule
Represents a mutable SQL Server callable module, such as a stored procedure or a scalar-valued function.
Espacio de nombres: Microsoft.SqlServer.Management.SqlParser.Metadata
Ensamblado: Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxis
'Declaración
Public Interface IMutableCallableModule _
Inherits ICallableModule, IMutableUserDefinedFunctionModuleBase, IUserDefinedFunctionModuleBase, IMutableSchemaOwnedObject, _
ISchemaOwnedObject, IMutableDatabaseObject, IDatabaseObject, IMutableFunctionModuleBase, IFunctionModuleBase, _
IMutableMetadataObject, IMetadataObject
'Uso
Dim instance As IMutableCallableModule
public interface IMutableCallableModule : ICallableModule,
IMutableUserDefinedFunctionModuleBase, IUserDefinedFunctionModuleBase, IMutableSchemaOwnedObject, ISchemaOwnedObject, IMutableDatabaseObject,
IDatabaseObject, IMutableFunctionModuleBase, IFunctionModuleBase, IMutableMetadataObject, IMetadataObject
public interface class IMutableCallableModule : ICallableModule,
IMutableUserDefinedFunctionModuleBase, IUserDefinedFunctionModuleBase, IMutableSchemaOwnedObject, ISchemaOwnedObject, IMutableDatabaseObject,
IDatabaseObject, IMutableFunctionModuleBase, IFunctionModuleBase, IMutableMetadataObject, IMetadataObject
type IMutableCallableModule =
interface
interface ICallableModule
interface IMutableUserDefinedFunctionModuleBase
interface IUserDefinedFunctionModuleBase
interface IMutableSchemaOwnedObject
interface ISchemaOwnedObject
interface IMutableDatabaseObject
interface IDatabaseObject
interface IMutableFunctionModuleBase
interface IFunctionModuleBase
interface IMutableMetadataObject
interface IMetadataObject
end
public interface IMutableCallableModule extends ICallableModule, IMutableUserDefinedFunctionModuleBase, IUserDefinedFunctionModuleBase, IMutableSchemaOwnedObject, ISchemaOwnedObject, IMutableDatabaseObject, IDatabaseObject, IMutableFunctionModuleBase, IFunctionModuleBase, IMutableMetadataObject, IMetadataObject
El tipo IMutableCallableModule expone los siguientes miembros.
Propiedades
| Nombre | Descripción | |
|---|---|---|
![]() |
ExecutionContext | Gets or sets an IExecutionContext object that specifies the module execution context. (Se hereda de IMutableUserDefinedFunctionModuleBase.) |
![]() |
ExecutionContext | Gets the IExecutionContext object that specifies the module execution context. (Se hereda de IUserDefinedFunctionModuleBase.) |
![]() |
IsEncrypted | Gets or sets a value that indicates whether the module is encrypted. (Se hereda de IMutableUserDefinedFunctionModuleBase.) |
![]() |
IsEncrypted | Gets a value that indicates whether the module is encrypted. (Se hereda de IUserDefinedFunctionModuleBase.) |
![]() |
IsSystemObject | Gets a value that indicates whether this is a system object. (Se hereda de IDatabaseObject.) |
![]() |
IsSystemObject | Gets or sets a value that indicates whether this is a system object. (Se hereda de IMutableDatabaseObject.) |
![]() |
ModuleType | Gets the module type. (Se hereda de ICallableModule.) |
![]() |
Name | Gets the name of the metadata object. (Se hereda de IMetadataObject.) |
![]() |
Parameters | Gets a collection that contains the parameters that the function or module accepts. (Se hereda de IFunctionModuleBase.) |
![]() |
Parameters | Gets a collection that contains the parameters that the function or module accepts. (Se hereda de IMutableFunctionModuleBase.) |
![]() |
Parent | Gets the IDatabaseObject object that is the parent of this object. (Se hereda de IDatabaseObject.) |
![]() |
ReturnType | Gets the scalar data type of the module return value. (Se hereda de ICallableModule.) |
![]() |
ReturnType | Gets or sets the scalar data type of the module return value. |
![]() |
Schema | Gets the ISchema object that owns this object. (Se hereda de ISchemaOwnedObject.) |
Arriba
Métodos
| Nombre | Descripción | |
|---|---|---|
![]() |
Accept< (Of < <' (T> ) > > )(IDatabaseObjectVisitor< (Of < <' (T> ) > > )) | Accepts a visit from the specified IDatabaseObjectVisitor<(Of <(<'T>)>)> object. (Se hereda de IDatabaseObject.) |
![]() |
Accept< (Of < <' (T> ) > > )(IMetadataObjectVisitor< (Of < <' (T> ) > > )) | Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (Se hereda de IMetadataObject.) |
![]() |
Accept< (Of < <' (T> ) > > )(ISchemaOwnedObjectVisitor< (Of < <' (T> ) > > )) | Accepts a visit from the specified ISchemaOwnedObjectVisitor<(Of <(<'T>)>)> object. (Se hereda de ISchemaOwnedObject.) |
Arriba
.gif)
.gif)