AllowsDuplicateKey 屬性

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

命名空間:  Microsoft.AnalysisServices.AdomdClient
組件:  Microsoft.AnalysisServices.AdomdClient (在 Microsoft.AnalysisServices.AdomdClient.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.