IMutableUserDefinedType 接口

Defines a common interface for all mutable user-defined types. These types include user-defined data types, user-defined table types, and user-defined CLR types.

命名空间:  Microsoft.SqlServer.Management.SqlParser.Metadata
程序集:  Microsoft.SqlServer.Management.SqlParser(在 Microsoft.SqlServer.Management.SqlParser.dll 中)

语法

声明
Public Interface IMutableUserDefinedType _
    Inherits IUserDefinedType, IMutableDataType, IDataType, IMutableSchemaOwnedObject,  _
    ISchemaOwnedObject, IMutableDatabaseObject, IDatabaseObject, IMutableMetadataObject, IMetadataObject
用法
Dim instance As IMutableUserDefinedType
public interface IMutableUserDefinedType : IUserDefinedType, 
    IMutableDataType, IDataType, IMutableSchemaOwnedObject, ISchemaOwnedObject, IMutableDatabaseObject, 
    IDatabaseObject, IMutableMetadataObject, IMetadataObject
public interface class IMutableUserDefinedType : IUserDefinedType, 
    IMutableDataType, IDataType, IMutableSchemaOwnedObject, ISchemaOwnedObject, IMutableDatabaseObject, 
    IDatabaseObject, IMutableMetadataObject, IMetadataObject
type IMutableUserDefinedType =  
    interface
        interface IUserDefinedType
        interface IMutableDataType
        interface IDataType
        interface IMutableSchemaOwnedObject
        interface ISchemaOwnedObject
        interface IMutableDatabaseObject
        interface IDatabaseObject
        interface IMutableMetadataObject
        interface IMetadataObject
    end
public interface IMutableUserDefinedType extends IUserDefinedType, IMutableDataType, IDataType, IMutableSchemaOwnedObject, ISchemaOwnedObject, IMutableDatabaseObject, IDatabaseObject, IMutableMetadataObject, IMetadataObject

IMutableUserDefinedType 类型公开以下成员。

属性

  名称 说明
公共属性 IsCursor Gets a value that indicates whether this is a cursor data type. (从 IDataType 继承。)
公共属性 IsScalar Gets a value that indicates whether this is a scalar data type. (从 IDataType 继承。)
公共属性 IsSystemObject Gets a value that indicates whether this is a system object. (从 IDatabaseObject 继承。)
公共属性 IsSystemObject Gets or sets a value that indicates whether this is a system object. (从 IMutableDatabaseObject 继承。)
公共属性 IsTable Gets a value that indicates whether this is a table data type. (从 IDataType 继承。)
公共属性 IsUnknown Gets a value that indicates whether the data type instance is a placeholder unknown type. (从 IDataType 继承。)
公共属性 IsUnknown Gets or sets a value that indicates whether the data type instance is a placeholder unknown type. (从 IMutableDataType 继承。)
公共属性 Name Gets the name of the metadata object. (从 IMetadataObject 继承。)
公共属性 Parent Gets the IDatabaseObject object that is the parent of this object. (从 IDatabaseObject 继承。)
公共属性 Schema Gets the ISchema object that owns this object. (从 ISchemaOwnedObject 继承。)

页首