SetPassword 方法 (String)
Sets the proxy account password to the specified string.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
Public Sub SetPassword ( _
password As String _
)
'用途
Dim instance As ServerProxyAccount
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 account.