Поделиться через


Свойство 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