Share via


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.