閱讀英文

共用方式為


SyncRoot 屬性

Gets an object that can be used to synchronize access to the collection.

命名空間:  Microsoft.AnalysisServices.AdomdClient
組件:  Microsoft.AnalysisServices.AdomdClient (在 Microsoft.AnalysisServices.AdomdClient.dll 中)

語法

public Object SyncRoot { get; }

屬性值

型別:System. . :: . .Object
An object that can be used to synchronize access to the collection.

實作

ICollection. . :: . .SyncRoot