共用方式為


IsSynchronized 屬性

Gets or sets a value indicating whether access to the collection is synchronized (thread safe). 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。

命名空間:  Microsoft.SqlServer.Management.Sdk.Sfc
組件:  Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

語法

'宣告
Public Property IsSynchronized As Boolean
    Get
    Set
'用途
Dim instance As SfcCollection
Dim value As Boolean

value = instance.IsSynchronized

instance.IsSynchronized = value
public bool IsSynchronized { get; set; }
public:
virtual property bool IsSynchronized {
    bool get () sealed;
    void set (bool value) sealed;
}
abstract IsSynchronized : bool with get, set
override IsSynchronized : bool with get, set
final function get IsSynchronized () : boolean
final function set IsSynchronized (value : boolean)

屬性值

型別:System. . :: . .Boolean
true if access to the collection is synchronized; otherwise, false.

實作

ICollection. . :: . .IsSynchronized