共用方式為


BackupRestoreBase.SetPassword 方法 (SecureString)

設定備份組的密碼。

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

語法

'宣告
Public Sub SetPassword ( _
    value As SecureString _
)
'用途
Dim instance As BackupRestoreBase 
Dim value As SecureString

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

參數

備註

如果備份媒體是用來備份不同擁有者的許多資料庫,請使用密碼來保護備份組。

範例

備份及還原資料庫和交易記錄

請參閱

參考

BackupRestoreBase 類別

SetPassword 多載

Microsoft.SqlServer.Management.Smo 命名空間

其他資源

備份和還原的安全性考量 (SQL Server)

RESTORE (Transact-SQL)

BACKUP (Transact-SQL)