AlgorithmParameterCollection.ICollection.SyncRoot プロパティ
AlgorithmParameterCollection へのアクセスの同期に使用できるオブジェクトを取得します。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Private ReadOnly Property SyncRoot As Object
Implements ICollection.SyncRoot
Get
'使用
Dim instance As AlgorithmParameterCollection
Dim value As Object
value = CType(instance, ICollection).SyncRoot
Object ICollection.SyncRoot { get; }
private:
virtual property Object^ SyncRoot {
Object^ get () sealed = ICollection::SyncRoot::get;
}
private abstract SyncRoot : Object
private override SyncRoot : Object
JScript は明示的なインターフェイス実装の使用をサポートしていますが、新規の宣言はサポートしていません。
プロパティ値
型: System.Object
AlgorithmParameterCollection へのアクセスの同期に使用できるオブジェクトです。