Compartir a través de


SfcPropertyCollection.IsSynchronized Propiedad

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

Valor de la propiedad

Tipo: System.Boolean
This property always returns false.

Implementa

ICollection.IsSynchronized

Vea también

Referencia

SfcPropertyCollection Clase

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc