Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets or sets the AttributeID for the current AttributeRelationship.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public Property AttributeID As String
Get
Set
'Usage
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)
Property Value
Type: System.String
A String that contains the AttributeID.