Compartir a través de


Interfaz IMutableClrDataType

Represents mutable user-defined CLR data type (UDT).

Espacio de nombres:  Microsoft.SqlServer.Management.SqlParser.Metadata
Ensamblado:  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Sintaxis

'Declaración
Public Interface IMutableClrDataType _
    Inherits IClrDataType, IMutableScalarDataType, IScalarDataType, IMutableDataType,  _
    IDataType, IMutableMetadataObject, IMetadataObject
'Uso
Dim instance As IMutableClrDataType
public interface IMutableClrDataType : IClrDataType, 
    IMutableScalarDataType, IScalarDataType, IMutableDataType, IDataType, IMutableMetadataObject, 
    IMetadataObject
public interface class IMutableClrDataType : IClrDataType, 
    IMutableScalarDataType, IScalarDataType, IMutableDataType, IDataType, IMutableMetadataObject, 
    IMetadataObject
type IMutableClrDataType =  
    interface
        interface IClrDataType
        interface IMutableScalarDataType
        interface IScalarDataType
        interface IMutableDataType
        interface IDataType
        interface IMutableMetadataObject
        interface IMetadataObject
    end
public interface IMutableClrDataType extends IClrDataType, IMutableScalarDataType, IScalarDataType, IMutableDataType, IDataType, IMutableMetadataObject, IMetadataObject

El tipo IMutableClrDataType expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública AssemblyName Gets the name of the CLR assembly that contains the type definition. (Se hereda de IClrDataType.)
Propiedad pública AssemblyName Gets or sets the name of the CLR assembly that contains the type definition.
Propiedad pública BaseSystemDataType Gets or sets the base system data type that the user-defined data type is derived from. (Se hereda de IMutableScalarDataType.)
Propiedad pública BaseSystemDataType Gets the base system data type that the user-defined data type is derived from. (Se hereda de IScalarDataType.)
Propiedad pública ClassName Gets the name of the class that defines the type. (Se hereda de IClrDataType.)
Propiedad pública ClassName Gets or sets the name of the class that defines the type.
Propiedad pública DataMembers Gets the collection of all fields and properties defined on the data type. (Se hereda de IClrDataType.)
Propiedad pública DataMembers Gets the mutable collection of all fields and properties that are defined on the data type.
Propiedad pública IsBinaryOrdered Gets a value that indicates whether the alias data type is binary ordered. (Se hereda de IClrDataType.)
Propiedad pública IsBinaryOrdered Gets or sets a value that indicates whether the alias data type is binary ordered.
Propiedad pública IsClr Gets a value that indicates whether this is a CLR data type. (Se hereda de IScalarDataType.)
Propiedad pública IsComVisible Gets a value that indicates whether the data type can be accessed from a COM component. (Se hereda de IClrDataType.)
Propiedad pública IsComVisible Gets or sets a value that indicates whether the data type is accessible from COM components.
Propiedad pública IsCursor Gets a value that indicates whether this is a cursor data type. (Se hereda de IDataType.)
Propiedad pública IsNullable Gets a value that indicates whether the data type accepts null values. (Se hereda de IClrDataType.)
Propiedad pública IsNullable Gets or sets a value that indicates whether the data type accepts null values.
Propiedad pública IsScalar Gets a value that indicates whether this is a scalar data type. (Se hereda de IDataType.)
Propiedad pública IsSystem Gets a value that indicates whether this is a system data type. (Se hereda de IScalarDataType.)
Propiedad pública IsTable Gets a value that indicates whether this is a table data type. (Se hereda de IDataType.)
Propiedad pública IsUnknown Gets a value that indicates whether the data type instance is a placeholder unknown type. (Se hereda de IDataType.)
Propiedad pública IsUnknown Gets or sets a value that indicates whether the data type instance is a placeholder unknown type. (Se hereda de IMutableDataType.)
Propiedad pública IsVoid Gets a value that indicates whether this data type represents the neutral void type, which is the type for NULL expression. (Se hereda de IScalarDataType.)
Propiedad pública IsXml Gets a value that indicates whether this is an xml data type. (Se hereda de IScalarDataType.)
Propiedad pública Methods Gets the collection of all methods that are defined on the data type. (Se hereda de IClrDataType.)
Propiedad pública Methods Gets the mutable collection of all methods that are defined on the data type.
Propiedad pública Name Gets the name of the metadata object. (Se hereda de IMetadataObject.)

Arriba

Métodos

  Nombre Descripción
Método público Accept< (Of < <' (T> ) > > ) Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (Se hereda de IMetadataObject.)

Arriba