Freigeben über


SfcPropertyCollection.IsSynchronized-Eigenschaft

Gets a value indicating whether the property collection is synchronized. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

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

Syntax

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

Eigenschaftswert

Typ: System.Boolean
This property always returns false.

Implementiert

ICollection.IsSynchronized

Siehe auch

Verweis

SfcPropertyCollection Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace