Freigeben über


TableMiningStructureColumn.SourceMeasureGroup Property

Gets or sets the source measure group associated with a TableMiningStructureColumn object.

Namespace: Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Syntax

'Declaration
<XmlElementAttribute(IsNullable:=False)> _
<MergablePropertyAttribute(False)> _
<ReadOnlyAttribute(True)> _
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.BindingTypeConverter, Microsoft.AnalysisServices.Design")> _
Public Property SourceMeasureGroup As MeasureGroupBinding
[XmlElementAttribute(IsNullable=false)] 
[MergablePropertyAttribute(false)] 
[ReadOnlyAttribute(true)] 
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.BindingTypeConverter, Microsoft.AnalysisServices.Design")] 
public MeasureGroupBinding SourceMeasureGroup { get; set; }
[XmlElementAttribute(IsNullable=false)] 
[MergablePropertyAttribute(false)] 
[ReadOnlyAttribute(true)] 
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.BindingTypeConverter, Microsoft.AnalysisServices.Design")] 
public:
property MeasureGroupBinding^ SourceMeasureGroup {
    MeasureGroupBinding^ get ();
    void set (MeasureGroupBinding^ value);
}
/** @property */
public MeasureGroupBinding get_SourceMeasureGroup ()

/** @property */
public void set_SourceMeasureGroup (MeasureGroupBinding value)
public function get SourceMeasureGroup () : MeasureGroupBinding

public function set SourceMeasureGroup (value : MeasureGroupBinding)

Eigenschaftswert

A MeasureGroupBinding 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

TableMiningStructureColumn Class
TableMiningStructureColumn Members
Microsoft.AnalysisServices Namespace