Partition.Source Property

Gets or sets the current partition bindings to the data.

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

Syntax

'Declaration
<EditorAttribute("Microsoft.AnalysisServices.Design.PartitionSourcePropertyTypeEditor, Microsoft.AnalysisServices.Design", GetType(UITypeEditor))> _
<XmlElementAttribute(IsNullable:=False)> _
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.PartitionSourceTypeConverter, Microsoft.AnalysisServices.Design")> _
<MergablePropertyAttribute(False)> _
Public Property Source As TabularBinding
[EditorAttribute("Microsoft.AnalysisServices.Design.PartitionSourcePropertyTypeEditor, Microsoft.AnalysisServices.Design", typeof(UITypeEditor))] 
[XmlElementAttribute(IsNullable=false)] 
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.PartitionSourceTypeConverter, Microsoft.AnalysisServices.Design")] 
[MergablePropertyAttribute(false)] 
public TabularBinding Source { get; set; }
[EditorAttribute(L"Microsoft.AnalysisServices.Design.PartitionSourcePropertyTypeEditor, Microsoft.AnalysisServices.Design", typeof(UITypeEditor))] 
[XmlElementAttribute(IsNullable=false)] 
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.PartitionSourceTypeConverter, Microsoft.AnalysisServices.Design")] 
[MergablePropertyAttribute(false)] 
public:
property TabularBinding^ Source {
    TabularBinding^ get ();
    void set (TabularBinding^ value);
}
/** @property */
public TabularBinding get_Source ()

/** @property */
public void set_Source (TabularBinding value)
public function get Source () : TabularBinding

public function set Source (value : TabularBinding)

Eigenschaftswert

A TabularBinding object.

Hinweise

Source defines the binding for the partition by specifying one or more data sources, tables, and filters. This allows overrides to the defaults specified on the measure group.

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

Partition Class
Partition Members
Microsoft.AnalysisServices Namespace