SqlCeChangeTracking.Dispose 方法 (Boolean)
此型別具有 SecurityCriticalAttribute 屬性,它會限制為由 .NET Framework for Silverlight 類別程式庫內部使用。使用此型別之任何成員的應用程式碼會擲回 MethodAccessException。
[安全性關鍵]
釋放 SqlCeChangeTracking 類別所使用的 Unmanaged 資源,並且選擇性地釋放 Managed 資源。
命名空間: System.Data.SqlServerCe
組件: System.Data.SqlServerCe (在 System.Data.SqlServerCe.dll 中)
語法
'宣告
Public Sub Dispose ( _
disposing As Boolean _
)
'用途
Dim instance As SqlCeChangeTracking
Dim disposing As Boolean
instance.Dispose(disposing)
public void Dispose(
bool disposing
)
public:
void Dispose(
bool disposing
)
member Dispose :
disposing:bool -> unit
public function Dispose(
disposing : boolean
)
參數
- disposing
型別:System.Boolean
true 表示要同時釋放 Managed 和 Unmanaged 資源,false 則表示僅釋放 Unmanaged 資源。