MiningContentNodeCollection.SyncRoot Propiedad
Obtiene un tipo de datos Object que se puede usar para sincronizar el acceso a la colección.
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 MiningContentNodeCollection
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
Un tipo de datos Object que se puede usar para sincronizar el acceso a la colección.
Implementa
ICollectionSyncRoot