JobServer.ClearHostLoginAccount 方法
Clears the host login account and uses integrated security to log in to SQL Server.
命名空间: Microsoft.SqlServer.Management.Smo.Agent
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
Public Sub ClearHostLoginAccount
用法
Dim instance As JobServer
instance.ClearHostLoginAccount()
public void ClearHostLoginAccount()
public:
void ClearHostLoginAccount()
member ClearHostLoginAccount : unit -> unit
public function ClearHostLoginAccount()
注释
只有 SQL Server 7.0 和 SQL Server 2000 支持此属性。
示例
请参阅
参考
Microsoft.SqlServer.Management.Smo.Agent 命名空间