AttributeRelationship.AttributeID 속성

Gets or sets the AttributeID for the current AttributeRelationship.

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

구문

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

value = instance.AttributeID

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

속성 값

유형: System.String
A String that contains the AttributeID.

참고 항목

참조

AttributeRelationship 클래스

Microsoft.AnalysisServices 네임스페이스