共用方式為


ServerEvents.SetCredentials 方法

Sets the credentials required by the instance of Microsoft SQL Server.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
Public Sub SetCredentials ( _
    username As String, _
    password As String _
)
'用途
Dim instance As ServerEvents 
Dim username As String 
Dim password As String

instance.SetCredentials(username, password)
public void SetCredentials(
    string username,
    string password
)
public:
void SetCredentials(
    String^ username, 
    String^ password
)
member SetCredentials : 
        username:string * 
        password:string -> unit
public function SetCredentials(
    username : String, 
    password : String
)

參數

範例

處理 SMO 事件

請參閱

參考

ServerEvents 類別

Microsoft.SqlServer.Management.Smo 命名空間