ISql90UserDefinedType Interface

Represents a Sql90 user-defined type.

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

Syntax

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

See Also

Reference

ISql90UserDefinedType Members

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