Freigeben über


MiningService.AllowsDuplicateKey-Eigenschaft

Gets a value that indicates whether the mining service allows cases to have duplicate keys.

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.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: System.Boolean
true if the mining service allows cases to have duplicate keys; otherwise, false.

Siehe auch

Verweis

MiningService Klasse

Microsoft.AnalysisServices.AdomdClient-Namespace