Freigeben über


MiningServiceCollection.SyncRoot-Eigenschaft

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

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

'Declaration
Public ReadOnly Property SyncRoot As Object 
    Get
'Usage
Dim instance As MiningServiceCollection 
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

Eigenschaftswert

Typ: System.Object
An object that can be used to synchronize access to the MiningServiceCollection collection.

Implementiert

ICollection.SyncRoot

Siehe auch

Verweis

MiningServiceCollection Klasse

Microsoft.AnalysisServices.AdomdClient-Namespace