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
Public propertyStatic member Assembly Assembly relationship class of Aggregate
Public propertyStatic member ClassName ClassName property class of Aggregate
Public propertyStatic member Format Format property class of Aggregate
Public propertyStatic member InvariantToDuplicates InvariantToDuplicates property class of Aggregate
Public propertyStatic member InvariantToNulls InvariantToNulls property class of Aggregate
Public propertyStatic member MaxByteSize MaxByteSize property class of Aggregate
Public propertyStatic member NullIfEmpty NullIfEmpty property class of Aggregate
Public propertyStatic member Parameters Parameters relationship class of Aggregate
Public propertyStatic member ReturnType ReturnType relationship class of Aggregate
Public propertyStatic member Schema Schema relationship class of Aggregate
Public propertyStatic member 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.

See Also

Reference

Microsoft.SqlServer.Dac.Model Namespace