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)
Property Value
Binding information regarding the source 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
MeasureGroupDimension Class
MeasureGroupDimension Members
Microsoft.AnalysisServices Namespace