PropertyCollection.SyncRoot Propiedad
Obtiene un objeto que se puede usar para sincronizar el acceso a la colección PropertyCollection.
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 PropertyCollection
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 PropertyCollection.
Implementa
ICollectionSyncRoot