IUserDefinedType Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public interface IUserDefinedType : Microsoft.SqlServer.Management.SqlParser.Metadata.IDataType, Microsoft.SqlServer.Management.SqlParser.Metadata.ISchemaOwnedObject
type IUserDefinedType = interface
interface IDataType
interface IMetadataObject
interface ISchemaOwnedObject
interface IDatabaseObject
Public Interface IUserDefinedType
Implements IDataType, ISchemaOwnedObject
- Derived
- Implements
Properties
| IsCursor | (Inherited from IDataType) |
| IsScalar | (Inherited from IDataType) |
| IsSystemObject | (Inherited from IDatabaseObject) |
| IsTable | (Inherited from IDataType) |
| IsUnknown | (Inherited from IDataType) |
| Name | (Inherited from IMetadataObject) |
| Parent | (Inherited from IDatabaseObject) |
| Schema | (Inherited from ISchemaOwnedObject) |
Methods
| Accept<T>(IDatabaseObjectVisitor<T>) | (Inherited from IDatabaseObject) |
| Accept<T>(IMetadataObjectVisitor<T>) | (Inherited from IMetadataObject) |
| Accept<T>(ISchemaOwnedObjectVisitor<T>) | (Inherited from ISchemaOwnedObject) |
Extension Methods
| TypeInfo(IMetadataObject) |