Partilhar via


Propriedade do RDL IsSynchronized

Gets or sets a value indicating whether access to the collection is synchronized (thread safe). 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 IsSynchronized As Boolean
    Get
    Set
'Uso
Dim instance As SfcCollection
Dim value As Boolean

value = instance.IsSynchronized

instance.IsSynchronized = value
public bool IsSynchronized { get; set; }
public:
virtual property bool IsSynchronized {
    bool get () sealed;
    void set (bool value) sealed;
}
abstract IsSynchronized : bool with get, set
override IsSynchronized : bool with get, set
final function get IsSynchronized () : boolean
final function set IsSynchronized (value : boolean)

Valor da propriedade

Tipo: System. . :: . .Boolean
true if access to the collection is synchronized; otherwise, false.

Implementa

ICollection. . :: . .IsSynchronized