Unregister 方法

Removes the registration entry for the instance of SQL Server from the Active Directory service. 

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

语法

声明
Public Sub Unregister
用法
Dim instance As ServerActiveDirectory

instance.Unregister()
public void Unregister()
public:
void Unregister()
member Unregister : unit -> unit 
public function Unregister()

示例

调用方法