Condividi tramite


Proprietà SfcPropertyCollection.SyncRoot

Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property SyncRoot As Object 
    Get
'Utilizzo
Dim instance As SfcPropertyCollection 
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

Valore proprietà

Tipo: System.Object
An object that can be used to synchronize access to the Collection.

Implementa

ICollection.SyncRoot

Vedere anche

Riferimento

SfcPropertyCollection Classe

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc