Propriété AggregationInstanceMeasure.MeasureID

Gets or sets the identifier of the Measure associated with the AggregationInstanceMeasure.

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

Syntaxe

'Déclaration
Public Property MeasureID As String 
    Get 
    Set
'Utilisation
Dim instance As AggregationInstanceMeasure 
Dim value As String 

value = instance.MeasureID

instance.MeasureID = value
public string MeasureID { get; set; }
public:
property String^ MeasureID {
    String^ get ();
    void set (String^ value);
}
member MeasureID : string with get, set
function get MeasureID () : String 
function set MeasureID (value : String)

Valeur de propriété

Type : System.String
The identifier of the Measure.

Voir aussi

Référence

AggregationInstanceMeasure Classe

Espace de noms Microsoft.AnalysisServices