Partager via


Propriété ManyToManyMeasureGroupDimension.MeasureGroupID

Gets or sets the MeasureGroup element associated with the parent element.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
<BrowsableAttribute(False)> _
Public Property MeasureGroupID As String 
    Get 
    Set
'Utilisation
Dim instance As ManyToManyMeasureGroupDimension 
Dim value As String 

value = instance.MeasureGroupID

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

Valeur de propriété

Type : System.String
A String containing the MeasureGroupID.

Voir aussi

Référence

ManyToManyMeasureGroupDimension Classe

Espace de noms Microsoft.AnalysisServices