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.