Level.SourceAttribute 속성

Gets or sets the dimension attribute for a source attribute associated with a Level object.

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

구문

‘선언
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.LevelAttributeTypeConverter, Microsoft.AnalysisServices.Design")> _
Public Property SourceAttribute As DimensionAttribute 
    Get 
    Set
‘사용 방법
Dim instance As Level 
Dim value As DimensionAttribute 

value = instance.SourceAttribute

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

속성 값

유형: Microsoft.AnalysisServices.DimensionAttribute
A DimensionAttribute object for a source attribute associated with a Level object.

참고 항목

참조

Level 클래스

Microsoft.AnalysisServices 네임스페이스