IUserDefinedDataType 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public interface IUserDefinedDataType : Microsoft.SqlServer.Management.SqlParser.Metadata.IScalarDataType, Microsoft.SqlServer.Management.SqlParser.Metadata.IUserDefinedType
type IUserDefinedDataType = interface
interface IUserDefinedType
interface IDataType
interface IMetadataObject
interface ISchemaOwnedObject
interface IDatabaseObject
interface IScalarDataType
Public Interface IUserDefinedDataType
Implements IScalarDataType, IUserDefinedType
- 派生
- 实现
属性
| 名称 | 说明 |
|---|---|
| BaseSystemDataType | (继承自 IScalarDataType) |
| IsClr | (继承自 IScalarDataType) |
| IsCursor | (继承自 IDataType) |
| IsScalar | (继承自 IDataType) |
| IsSystem | (继承自 IScalarDataType) |
| IsSystemObject | (继承自 IDatabaseObject) |
| IsTable | (继承自 IDataType) |
| IsUnknown | (继承自 IDataType) |
| IsVoid | (继承自 IScalarDataType) |
| IsXml | (继承自 IScalarDataType) |
| Name | (继承自 IMetadataObject) |
| Nullable | |
| Parent | (继承自 IDatabaseObject) |
| Schema | (继承自 ISchemaOwnedObject) |
方法
| 名称 | 说明 |
|---|---|
| Accept<T>(IDatabaseObjectVisitor<T>) | (继承自 IDatabaseObject) |
| Accept<T>(IMetadataObjectVisitor<T>) | (继承自 IMetadataObject) |
| Accept<T>(ISchemaOwnedObjectVisitor<T>) | (继承自 ISchemaOwnedObject) |
扩展方法
| 名称 | 说明 |
|---|---|
| TypeInfo(IMetadataObject) | |