Aggregate Class
Model schema container class for Aggregate
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Dac.Model.Aggregate
Namespace: Microsoft.SqlServer.Dac.Model
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public NotInheritable Class Aggregate
'Usage
public static class Aggregate
public ref class Aggregate abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type Aggregate = class end
public final class Aggregate
The Aggregate type exposes the following members.
Properties
Name | Description | |
---|---|---|
Assembly | Assembly relationship class of Aggregate | |
ClassName | ClassName property class of Aggregate | |
Format | Format property class of Aggregate | |
InvariantToDuplicates | InvariantToDuplicates property class of Aggregate | |
InvariantToNulls | InvariantToNulls property class of Aggregate | |
MaxByteSize | MaxByteSize property class of Aggregate | |
NullIfEmpty | NullIfEmpty property class of Aggregate | |
Parameters | Parameters relationship class of Aggregate | |
ReturnType | ReturnType relationship class of Aggregate | |
Schema | Schema relationship class of Aggregate | |
TypeClass | Type class for Aggregate |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.