ISql90Assembly Interface
Represents a Sql90 assembly.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Interface ISql90Assembly _
Inherits IModelNamed, IExtendedPropertyHost, ISqlSecurable, ISql90AuthorizedObject, _
ISqlAuthorizedObject, ISql90Signable, ISqlModelElement, IScriptSourcedElement, IModelElement, _
IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
'Usage
Dim instance As ISql90Assembly
public interface ISql90Assembly : IModelNamed,
IExtendedPropertyHost, ISqlSecurable, ISql90AuthorizedObject, ISqlAuthorizedObject, ISql90Signable,
ISqlModelElement, IScriptSourcedElement, IModelElement, IModelPropertyContainer, IModelEntity,
IModelAnnotationHolder
public interface class ISql90Assembly : IModelNamed,
IExtendedPropertyHost, ISqlSecurable, ISql90AuthorizedObject, ISqlAuthorizedObject, ISql90Signable,
ISqlModelElement, IScriptSourcedElement, IModelElement, IModelPropertyContainer, IModelEntity,
IModelAnnotationHolder
public interface ISql90Assembly extends IModelNamed, IExtendedPropertyHost, ISqlSecurable, ISql90AuthorizedObject, ISqlAuthorizedObject, ISql90Signable, ISqlModelElement, IScriptSourcedElement, IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
[<AbstractClassAttribute>]
type ISql90Assembly =
interface
interface IModelNamed
interface IExtendedPropertyHost
interface ISqlSecurable
interface ISql90AuthorizedObject
interface ISqlAuthorizedObject
interface ISql90Signable
interface ISqlModelElement
interface IScriptSourcedElement
interface IModelElement
interface IModelPropertyContainer
interface IModelEntity
interface IModelAnnotationHolder
end