Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets the identifier of the cube dimension that relates the data mining dimension to the measure group.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
<BrowsableAttribute(False)> _
Public Property CaseCubeDimensionID As String
Get
Set
'Utilisation
Dim instance As DataMiningMeasureGroupDimension
Dim value As String
value = instance.CaseCubeDimensionID
instance.CaseCubeDimensionID = value
[BrowsableAttribute(false)]
public string CaseCubeDimensionID { get; set; }
[BrowsableAttribute(false)]
public:
property String^ CaseCubeDimensionID {
String^ get ();
void set (String^ value);
}
[<BrowsableAttribute(false)>]
member CaseCubeDimensionID : string with get, set
function get CaseCubeDimensionID () : String
function set CaseCubeDimensionID (value : String)
Valeur de propriété
Type : System.String
The identifier of the cube dimension that relates the data mining dimension to the measure group.