MiningService.AllowsDuplicateKey 属性
Gets a value that indicates 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; otherwise, false.