ISql100Aggregate Interface
Represents a Sql100 aggregate.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Interface ISql100Aggregate _
Inherits ISql90Aggregate, ISql90Subroutine, ISql90SpecifiesExecutionContext, ISql90ClrClassDefined, _
ISqlOwnedObject, IExtendedPropertyHost, ISqlSecurable, ISql100Subroutine, ISqlSubroutine, _
IModelNamed, ISqlModelElement, IScriptSourcedElement, IModelElement, IModelPropertyContainer, _
IModelEntity, IModelAnnotationHolder
'Usage
Dim instance As ISql100Aggregate
public interface ISql100Aggregate : ISql90Aggregate,
ISql90Subroutine, ISql90SpecifiesExecutionContext, ISql90ClrClassDefined, ISqlOwnedObject, IExtendedPropertyHost,
ISqlSecurable, ISql100Subroutine, ISqlSubroutine, IModelNamed, ISqlModelElement,
IScriptSourcedElement, IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
public interface class ISql100Aggregate : ISql90Aggregate,
ISql90Subroutine, ISql90SpecifiesExecutionContext, ISql90ClrClassDefined, ISqlOwnedObject, IExtendedPropertyHost,
ISqlSecurable, ISql100Subroutine, ISqlSubroutine, IModelNamed, ISqlModelElement,
IScriptSourcedElement, IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
public interface ISql100Aggregate extends ISql90Aggregate, ISql90Subroutine, ISql90SpecifiesExecutionContext, ISql90ClrClassDefined, ISqlOwnedObject, IExtendedPropertyHost, ISqlSecurable, ISql100Subroutine, ISqlSubroutine, IModelNamed, ISqlModelElement, IScriptSourcedElement, IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
[<AbstractClassAttribute>]
type ISql100Aggregate =
interface
interface ISql90Aggregate
interface ISql90Subroutine
interface ISql90SpecifiesExecutionContext
interface ISql90ClrClassDefined
interface ISqlOwnedObject
interface IExtendedPropertyHost
interface ISqlSecurable
interface ISql100Subroutine
interface ISqlSubroutine
interface IModelNamed
interface ISqlModelElement
interface IScriptSourcedElement
interface IModelElement
interface IModelPropertyContainer
interface IModelEntity
interface IModelAnnotationHolder
end