Freigeben über


MiningService.SupportsDMDimensions-Eigenschaft

Gets a value that determines whether the mining service supports data mining dimensions.

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

'Declaration
Public ReadOnly Property SupportsDMDimensions As Boolean 
    Get
'Usage
Dim instance As MiningService 
Dim value As Boolean 

value = instance.SupportsDMDimensions
public bool SupportsDMDimensions { get; }
public:
property bool SupportsDMDimensions {
    bool get ();
}
member SupportsDMDimensions : bool
function get SupportsDMDimensions () : boolean

Eigenschaftswert

Typ: System.Boolean
true if the mining service supports data mining dimensions; otherwise, false.

Siehe auch

Verweis

MiningService Klasse

Microsoft.AnalysisServices.AdomdClient-Namespace