Condividi tramite


Proprietà MeasureGroupBinding.CubeID

Gets or sets the cube associated with the binding.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public Property CubeID As String 
    Get 
    Set
'Utilizzo
Dim instance As MeasureGroupBinding 
Dim value As String 

value = instance.CubeID

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

Valore proprietà

Tipo: System.String
A unique identifier for the cube.

Vedere anche

Riferimento

MeasureGroupBinding Classe

Spazio dei nomi Microsoft.AnalysisServices