다음을 통해 공유


Level.SourceAttributeID 속성

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

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

구문

‘선언
<BrowsableAttribute(False)> _
Public Property SourceAttributeID As String 
    Get 
    Set
‘사용 방법
Dim instance As Level 
Dim value As String 

value = instance.SourceAttributeID

instance.SourceAttributeID = value
[BrowsableAttribute(false)]
public string SourceAttributeID { get; set; }
[BrowsableAttribute(false)]
public:
property String^ SourceAttributeID {
    String^ get ();
    void set (String^ value);
}
[<BrowsableAttribute(false)>]
member SourceAttributeID : string with get, set
function get SourceAttributeID () : String 
function set SourceAttributeID (value : String)

속성 값

유형: System.String
The source attribute identifier for a source attribute associated with a Level object.

참고 항목

참조

Level 클래스

Microsoft.AnalysisServices 네임스페이스