Partager via


Propriété SchedulerCollection.IsSynchronized

Gets a value that indicates whether the collection is synchronized.

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

Syntaxe

'Déclaration
Public ReadOnly Property IsSynchronized As Boolean 
    Get
'Utilisation
Dim instance As SchedulerCollection 
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
true if the collection is synchronized; otherwise, false.

Implémente

ICollection.IsSynchronized

Voir aussi

Référence

SchedulerCollection Classe

Espace de noms Microsoft.SqlServer.Management.Smo