Share via


Partition.Source 속성

Gets or sets the current partition bindings to the data.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.PartitionSourceTypeConverter, Microsoft.AnalysisServices.Design")> _
Public Property Source As TabularBinding 
    Get 
    Set
‘사용 방법
Dim instance As Partition 
Dim value As TabularBinding 

value = instance.Source

instance.Source = value
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.PartitionSourceTypeConverter, Microsoft.AnalysisServices.Design")]
public TabularBinding Source { get; set; }
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.PartitionSourceTypeConverter, Microsoft.AnalysisServices.Design")]
public:
property TabularBinding^ Source {
    TabularBinding^ get ();
    void set (TabularBinding^ value);
}
[<TypeConverterAttribute("Microsoft.AnalysisServices.Design.PartitionSourceTypeConverter, Microsoft.AnalysisServices.Design")>]
member Source : TabularBinding with get, set
function get Source () : TabularBinding 
function set Source (value : TabularBinding)

속성 값

유형: Microsoft.AnalysisServices.TabularBinding
A TabularBinding object.

주의

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.

참고 항목

참조

Partition 클래스

Microsoft.AnalysisServices 네임스페이스