SetPassword 方法 (String)
Sets the password for the user account.
命名空間: Microsoft.SqlServer.Management.Smo.Mail
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
Public Sub SetPassword ( _
password As String _
)
'用途
Dim instance As MailServer
Dim password As String
instance.SetPassword(password)
public void SetPassword(
string password
)
public:
void SetPassword(
String^ password
)
member SetPassword :
password:string -> unit
public function SetPassword(
password : String
)
參數
- password
型別:System. . :: . .String
A String value that specifies the password for the user account.