IMutableUserDefinedType 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 IMutableUserDefinedType : Microsoft.SqlServer.Management.SqlParser.Metadata.IMutableDataType, Microsoft.SqlServer.Management.SqlParser.Metadata.IMutableSchemaOwnedObject, Microsoft.SqlServer.Management.SqlParser.Metadata.IUserDefinedType
type IMutableUserDefinedType = interface
interface IUserDefinedType
interface IDataType
interface IMetadataObject
interface ISchemaOwnedObject
interface IDatabaseObject
interface IMutableDataType
interface IMutableMetadataObject
interface IMutableSchemaOwnedObject
interface IMutableDatabaseObject
Public Interface IMutableUserDefinedType
Implements IMutableDataType, IMutableSchemaOwnedObject, IUserDefinedType
- Derived
- Implements
Properties
| IsCursor | (Inherited from IDataType) |
| IsScalar | (Inherited from IDataType) |
| IsSystemObject | (Inherited from IMutableDatabaseObject) |
| IsTable | (Inherited from IDataType) |
| IsUnknown | (Inherited from IMutableDataType) |
| 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) |