共用方式為


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.