Partager via


Propriété SfcPropertyCollection.IsSynchronized

Gets a value indicating whether the property collection is synchronized. 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 ReadOnly Property IsSynchronized As Boolean 
    Get
'Utilisation
Dim instance As SfcPropertyCollection 
Dim value As Boolean 

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

Valeur de propriété

Type : System.Boolean
This property always returns false.

Implémente

ICollection.IsSynchronized

Voir aussi

Référence

SfcPropertyCollection Classe

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