Catatan
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba masuk atau mengubah direktori.
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba mengubah direktori.
Gets the collection of measures associated with an AggregationInstance.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Syntax
'Declaration
<XmlArrayItemAttribute("Measure", GetType(AggregationInstanceMeasure))> _
<XmlArrayAttribute> _
<BrowsableAttribute(False)> _
Public ReadOnly Property Measures As AggregationInstanceMeasureCollection
[XmlArrayItemAttribute("Measure", typeof(AggregationInstanceMeasure))]
[XmlArrayAttribute]
[BrowsableAttribute(false)]
public AggregationInstanceMeasureCollection Measures { get; }
[XmlArrayItemAttribute(L"Measure", typeof(AggregationInstanceMeasure))]
[XmlArrayAttribute]
[BrowsableAttribute(false)]
public:
property AggregationInstanceMeasureCollection^ Measures {
AggregationInstanceMeasureCollection^ get ();
}
/** @property */
public AggregationInstanceMeasureCollection get_Measures ()
public function get Measures () : AggregationInstanceMeasureCollection
Property Value
An AggregationInstanceMeasureCollection object.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
AggregationInstance Class
AggregationInstance Members
Microsoft.AnalysisServices Namespace