Proprietà AllowsDuplicateKey
Determines whether the mining service allows cases to have duplicate keys.
Spazio dei nomi: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property AllowsDuplicateKey As Boolean
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .Boolean
true if the mining service allows cases to have duplicate keys; false otherwise.
Vedere anche