Propriété SyncRoot
Obtient un objet qui peut être utilisé pour synchroniser l'accès à la collection.
Espace de noms : Microsoft.SqlServer.Management.Smo.RegisteredServers
Assembly : Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)
Syntaxe
'Déclaration
Public ReadOnly Property SyncRoot As Object
Get
'Utilisation
Dim instance As RegSvrCollectionBase
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
Valeur de propriété
Type : System. . :: . .Object
Valeur de l'objet système Object qui peut être utilisée pour synchroniser l'accès à la collection.
Voir aussi