共用方式為


AllowsDuplicateKey 屬性

Determines whether the mining service allows cases to have duplicate keys.

命名空間:  Microsoft.AnalysisServices.AdomdServer
組件:  msmgdsrv (在 msmgdsrv.dll 中)

語法

'宣告
Public ReadOnly Property AllowsDuplicateKey As Boolean
    Get
'用途
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

屬性值

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