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