IsSynchronized 属性

Gets a value indicating whether access to the collection is synchronized (thread safe).

命名空间:  Microsoft.AnalysisServices.AdomdServer
程序集:  msmgdsrv(在 msmgdsrv.dll 中)

语法

public bool IsSynchronized { get; }

属性值

类型:System. . :: . .Boolean
Always false.

实现

ICollection. . :: . .IsSynchronized