Share via


ISqlUserDefinedDataType Interface

Represents a SQL user-defined data type.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Public Interface ISqlUserDefinedDataType _
    Inherits ISqlType, IType, IModelNamed, ISqlTypeSpecifier,  _
    ITypeSpecifier, IExtendedPropertyHost, ISqlOwnedObject, ISqlLegacyDataConstraintTarget, ISqlModelElement,  _
    IScriptSourcedElement, IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
'Usage
Dim instance As ISqlUserDefinedDataType
public interface ISqlUserDefinedDataType : ISqlType, 
    IType, IModelNamed, ISqlTypeSpecifier, ITypeSpecifier, IExtendedPropertyHost, 
    ISqlOwnedObject, ISqlLegacyDataConstraintTarget, ISqlModelElement, IScriptSourcedElement, IModelElement, 
    IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
public interface class ISqlUserDefinedDataType : ISqlType, 
    IType, IModelNamed, ISqlTypeSpecifier, ITypeSpecifier, IExtendedPropertyHost, 
    ISqlOwnedObject, ISqlLegacyDataConstraintTarget, ISqlModelElement, IScriptSourcedElement, IModelElement, 
    IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
public interface ISqlUserDefinedDataType extends ISqlType, IType, IModelNamed, ISqlTypeSpecifier, ITypeSpecifier, IExtendedPropertyHost, ISqlOwnedObject, ISqlLegacyDataConstraintTarget, ISqlModelElement, IScriptSourcedElement, IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
[<AbstractClassAttribute>]
type ISqlUserDefinedDataType =  
    interface
        interface ISqlType
        interface IType
        interface IModelNamed
        interface ISqlTypeSpecifier
        interface ITypeSpecifier
        interface IExtendedPropertyHost
        interface ISqlOwnedObject
        interface ISqlLegacyDataConstraintTarget
        interface ISqlModelElement
        interface IScriptSourcedElement
        interface IModelElement
        interface IModelPropertyContainer
        interface IModelEntity
        interface IModelAnnotationHolder
    end

See Also

Reference

ISqlUserDefinedDataType Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace