Propriedade do RDL SfcCollection<T, K, ParentT>.SyncRoot
Gets or sets an object that can be used to synchronize access to the collection. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Public Property SyncRoot As Object
Get
Set
'Uso
Dim instance As SfcCollection
Dim value As Object
value = instance.SyncRoot
instance.SyncRoot = value
public Object SyncRoot { get; set; }
public:
virtual property Object^ SyncRoot {
Object^ get () sealed;
void set (Object^ value) sealed;
}
abstract SyncRoot : Object with get, set
override SyncRoot : Object with get, set
final function get SyncRoot () : Object
final function set SyncRoot (value : Object)
Valor da propriedade
Tipo: System.Object
An object that can be used to synchronize access to the collection.