IsSynchronized Propiedad

Gets or sets a value indicating whether access to the collection is synchronized (thread safe). No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Implementa

ICollection. . :: . .IsSynchronized