ISql90UserDefinedDataType Interface

Represents a Sql90 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 ISql90UserDefinedDataType _
    Inherits ISqlUserDefinedDataType, ISqlType, IType, IModelNamed,  _
    IExtendedPropertyHost, ISqlOwnedObject, ISqlLegacyDataConstraintTarget, ISql90TypeSpecifier, ISqlTypeSpecifier,  _
    ITypeSpecifier, ISqlSecurable, ISqlModelElement, IScriptSourcedElement, IModelElement,  _
    IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
'Usage
Dim instance As ISql90UserDefinedDataType
public interface ISql90UserDefinedDataType : ISqlUserDefinedDataType, 
    ISqlType, IType, IModelNamed, IExtendedPropertyHost, ISqlOwnedObject, 
    ISqlLegacyDataConstraintTarget, ISql90TypeSpecifier, ISqlTypeSpecifier, ITypeSpecifier, ISqlSecurable, 
    ISqlModelElement, IScriptSourcedElement, IModelElement, IModelPropertyContainer, IModelEntity, 
    IModelAnnotationHolder
public interface class ISql90UserDefinedDataType : ISqlUserDefinedDataType, 
    ISqlType, IType, IModelNamed, IExtendedPropertyHost, ISqlOwnedObject, 
    ISqlLegacyDataConstraintTarget, ISql90TypeSpecifier, ISqlTypeSpecifier, ITypeSpecifier, ISqlSecurable, 
    ISqlModelElement, IScriptSourcedElement, IModelElement, IModelPropertyContainer, IModelEntity, 
    IModelAnnotationHolder
public interface ISql90UserDefinedDataType extends ISqlUserDefinedDataType, ISqlType, IType, IModelNamed, IExtendedPropertyHost, ISqlOwnedObject, ISqlLegacyDataConstraintTarget, ISql90TypeSpecifier, ISqlTypeSpecifier, ITypeSpecifier, ISqlSecurable, ISqlModelElement, IScriptSourcedElement, IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
[<AbstractClassAttribute>]
type ISql90UserDefinedDataType =  
    interface
        interface ISqlUserDefinedDataType
        interface ISqlType
        interface IType
        interface IModelNamed
        interface IExtendedPropertyHost
        interface ISqlOwnedObject
        interface ISqlLegacyDataConstraintTarget
        interface ISql90TypeSpecifier
        interface ISqlTypeSpecifier
        interface ITypeSpecifier
        interface ISqlSecurable
        interface ISqlModelElement
        interface IScriptSourcedElement
        interface IModelElement
        interface IModelPropertyContainer
        interface IModelEntity
        interface IModelAnnotationHolder
    end

See Also

Reference

ISql90UserDefinedDataType Members

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