ISql90Aggregate Interface

Represents a Sql90 aggregate.

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

Syntax

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

See Also

Reference

ISql90Aggregate Members

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