Condividi tramite


Proprietà IsSynchronized

Gets a value indicating whether the property collection is synchronized. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property IsSynchronized As Boolean
    Get
'Utilizzo
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

Valore proprietà

Tipo: System. . :: . .Boolean
This property always returns false.

Implementa

ICollection. . :: . .IsSynchronized