Compartilhar via


Propriedade do RDL SfcPropertyCollection.IsSynchronized

Gets a value indicating whether the property collection is synchronized. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
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 da propriedade

Tipo: System.Boolean
This property always returns false.

Implementa

ICollection.IsSynchronized

Consulte também

Referência

SfcPropertyCollection Classe

Namespace Microsoft.SqlServer.Management.Sdk.Sfc