Compartir a través de


MiningServiceCollection.SyncRoot Propiedad

Obtiene un objeto que se puede usar para sincronizar el acceso a la colección MiningServiceCollection.

Espacio de nombres:  Microsoft.AnalysisServices.AdomdServer
Ensamblado:  msmgdsrv (en msmgdsrv.dll)

Sintaxis

'Declaración
Public ReadOnly Property SyncRoot As Object 
    Get
'Uso
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

Valor de la propiedad

Tipo: Object
Objeto que se puede usar para sincronizar el acceso a la colección MiningServiceCollection.

Implementa

ICollectionSyncRoot

Vea también

Referencia

MiningServiceCollection Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdServer