MeasureGroupDimension.Source Property
Gets or sets the binding to the source object from which to get data.
Namespace: Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Syntax
'Declaration
<XmlElementAttribute(IsNullable:=False)> _
<ReadOnlyAttribute(True)> _
Public Property Source As MeasureGroupDimensionBinding
[XmlElementAttribute(IsNullable=false)]
[ReadOnlyAttribute(true)]
public MeasureGroupDimensionBinding Source { get; set; }
[XmlElementAttribute(IsNullable=false)]
[ReadOnlyAttribute(true)]
public:
property MeasureGroupDimensionBinding^ Source {
MeasureGroupDimensionBinding^ get ();
void set (MeasureGroupDimensionBinding^ value);
}
/** @property */
public MeasureGroupDimensionBinding get_Source ()
/** @property */
public void set_Source (MeasureGroupDimensionBinding value)
public function get Source () : MeasureGroupDimensionBinding
public function set Source (value : MeasureGroupDimensionBinding)
Eigenschaftswert
Binding information regarding the source object.
Threadsicherheit
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.
Plattformen
Entwicklungsplattformen
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Zielplattforme
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Siehe auch
Verweis
MeasureGroupDimension Class
MeasureGroupDimension Members
Microsoft.AnalysisServices Namespace