Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets a value that indicates whether the mining service supports data mining dimensions.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.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
Property Value
Type: Boolean
True if the mining service supports the creation of data mining dimensions; otherwise, false.