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.