Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets or sets the relationship ID in the pair.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property RelationshipID As String
Get
Set
'Usage
Dim instance As ReferenceMeasureGroupDimension
Dim value As String
value = instance.RelationshipID
instance.RelationshipID = value
public string RelationshipID { get; set; }
public:
property String^ RelationshipID {
String^ get ();
void set (String^ value);
}
member RelationshipID : string with get, set
function get RelationshipID () : String
function set RelationshipID (value : String)
Property Value
Type: System.String
The relationship ID in the pair.