Freigeben über


MiningService.AllowsDuplicateKey-Eigenschaft

Ruft einen Wert ab, der angibt, ob der Miningdienst doppelte Schlüssel bei Fällen zulässt.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Syntax

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

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

Eigenschaftswert

Typ: Boolean
True, wenn der Miningdienst doppelte Schlüssel bei Fällen zulässt, andernfalls false.

Siehe auch

Verweis

MiningService Klasse

Microsoft.AnalysisServices.AdomdServer-Namespace