共用方式為


SqlParameterCollection.IsSynchronized 屬性

定義

取得值,表示 SqlParameterCollection 是否同步處理。

public:
 virtual property bool IsSynchronized { bool get(); };
public override bool IsSynchronized { get; }
member this.IsSynchronized : bool
Public Overrides ReadOnly Property IsSynchronized As Boolean

屬性值

如果 SqlParameterCollection 為同步處理,即為 true;否則為 false

適用於