Propriété SfcCollection<T, K, ParentT>.IsSynchronized

Gets or sets a value indicating whether access to the collection is synchronized (thread safe). Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public Property IsSynchronized As Boolean 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Implémente

ICollection.IsSynchronized

Voir aussi

Référence

SfcCollection<T, K, ParentT> Classe

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc