Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets a value that indicates whether the event property collection is synchronized (locked) for read and update.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Private ReadOnly Property IsSynchronized As Boolean
Implements ICollection.IsSynchronized
Get
'Uso
Dim instance As EventPropertyCollection
Dim value As Boolean
value = CType(instance, ICollection).IsSynchronized
bool ICollection.IsSynchronized { get; }
private:
virtual property bool IsSynchronized {
bool get () sealed = ICollection::IsSynchronized::get;
}
private abstract IsSynchronized : bool
private override IsSynchronized : bool
JScript admite el uso de implementaciones de interfaces explícitas, pero no la declaración de otras nuevas.
Valor de la propiedad
Tipo: System.Boolean
true if the event property collection is synchronized (locked) for read and update; otherwise, false.