AggregationInstanceAttribute Class
Represents information about an attribute used by an Aggregation instance.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<GuidAttribute("91F2336D-3E5C-4CA5-A6E7-658AC0DE87A1")> _
Public Class AggregationInstanceAttribute _
Inherits ModelComponent _
Implements ICloneable
'Usage
Dim instance As AggregationInstanceAttribute
[GuidAttribute("91F2336D-3E5C-4CA5-A6E7-658AC0DE87A1")]
public class AggregationInstanceAttribute : ModelComponent,
ICloneable
[GuidAttribute(L"91F2336D-3E5C-4CA5-A6E7-658AC0DE87A1")]
public ref class AggregationInstanceAttribute : public ModelComponent,
ICloneable
[<GuidAttribute("91F2336D-3E5C-4CA5-A6E7-658AC0DE87A1")>]
type AggregationInstanceAttribute =
class
inherit ModelComponent
interface ICloneable
end
public class AggregationInstanceAttribute extends ModelComponent implements ICloneable
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.AnalysisServices.ModelComponent
Microsoft.AnalysisServices.AggregationInstanceAttribute
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.