PropertyCollection.SyncRoot プロパティ
PropertyCollection コレクションへのアクセスの同期に使用できるオブジェクトを取得します。
名前空間: Microsoft.AnalysisServices.AdomdServer
アセンブリ: msmgdsrv (msmgdsrv.dll)
構文
'宣言
Public ReadOnly Property SyncRoot As Object
Get
'使用
Dim instance As PropertyCollection
Dim value As Object
value = instance.SyncRoot
public Object SyncRoot { get; }
public:
virtual property Object^ SyncRoot {
Object^ get () sealed;
}
abstract SyncRoot : Object
override SyncRoot : Object
final function get SyncRoot () : Object
プロパティ値
型: System.Object
PropertyCollection コレクションへのアクセスの同期に使用できるオブジェクトです。