Compartilhar via


Propriedade do RDL SmoCollectionBase.SyncRoot

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public ReadOnly Property SyncRoot As Object 
    Get
'Uso
Dim instance As SmoCollectionBase 
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 da propriedade

Tipo: System.Object
An Object system object value that can be used to synchronize access to the collection.

Implementa

ICollection.SyncRoot

Comentários

Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.

Exemplos

Usando coleções

Consulte também

Referência

SmoCollectionBase Classe

Namespace Microsoft.SqlServer.Management.Smo