ServerProxyAccount.SetPassword メソッド (SecureString)

プロキシ アカウントのパスワードを、指定したセキュリティで保護された文字列に設定します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
Public Sub SetPassword ( _
    password As SecureString _
)
'使用
Dim instance As ServerProxyAccount 
Dim password As SecureString

instance.SetPassword(password)
public void SetPassword(
    SecureString password
)
public:
void SetPassword(
    SecureString^ password
)
member SetPassword : 
        password:SecureString -> unit
public function SetPassword(
    password : SecureString
)

パラメーター

使用例

SQL Server エージェントでの自動管理タスクのスケジュール設定

関連項目

参照

ServerProxyAccount クラス

SetPassword オーバーロード

Microsoft.SqlServer.Management.Smo 名前空間