IMutableUserDefinedDataType 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 IMutableUserDefinedDataType : Microsoft.SqlServer.Management.SqlParser.Metadata.IMutableScalarDataType, Microsoft.SqlServer.Management.SqlParser.Metadata.IMutableUserDefinedType, Microsoft.SqlServer.Management.SqlParser.Metadata.IUserDefinedDataType
type IMutableUserDefinedDataType = interface
interface IUserDefinedDataType
interface IUserDefinedType
interface IDataType
interface IMetadataObject
interface ISchemaOwnedObject
interface IDatabaseObject
interface IScalarDataType
interface IMutableUserDefinedType
interface IMutableDataType
interface IMutableMetadataObject
interface IMutableSchemaOwnedObject
interface IMutableDatabaseObject
interface IMutableScalarDataType
Public Interface IMutableUserDefinedDataType
Implements IMutableScalarDataType, IMutableUserDefinedType, IUserDefinedDataType
- Implements
Properties
| BaseSystemDataType | (Inherited from IScalarDataType) |
| IsClr | (Inherited from IScalarDataType) |
| IsCursor | (Inherited from IDataType) |
| IsScalar | (Inherited from IDataType) |
| IsSystem | (Inherited from IScalarDataType) |
| IsSystemObject | (Inherited from IMutableDatabaseObject) |
| IsTable | (Inherited from IDataType) |
| IsUnknown | (Inherited from IMutableDataType) |
| IsVoid | (Inherited from IScalarDataType) |
| IsXml | (Inherited from IScalarDataType) |
| Name | (Inherited from IMetadataObject) |
| Nullable | |
| 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) |