Compartilhar via


Propriedade do RDL MiningService.AllowsDuplicateKey

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

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

Sintaxe

'Declaração
Public ReadOnly Property AllowsDuplicateKey As Boolean 
    Get
'Uso
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

Valor da propriedade

Tipo: System.Boolean
true if the mining service allows cases to have duplicate keys; otherwise, false.

Consulte também

Referência

MiningService Classe

Namespace Microsoft.AnalysisServices.AdomdServer