Init 方法

Initializes the properties of a DmfException object.

命名空间:  Microsoft.SqlServer.Management.Dmf
程序集:  Microsoft.SqlServer.Dmf(在 Microsoft.SqlServer.Dmf.dll 中)

语法

声明
Protected Overridable Sub Init
用法

Me.Init()
protected virtual void Init()
protected:
virtual void Init()
abstract Init : unit -> unit 
override Init : unit -> unit 
protected function Init()