RestoreFolderCollection.ICollection.SyncRoot 属性
Gets an object that can be used to synchronize access to the RestoreFolderCollection.
命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)
语法
声明
Private ReadOnly Property SyncRoot As Object
Implements ICollection.SyncRoot
Get
用法
Dim instance As RestoreFolderCollection
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
An object that can be used to synchronize access to the RestoreFolderCollection.