Méthode SetPassword (String)

Sets the password for a backup set.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)

Syntaxe

'Déclaration
Public Sub SetPassword ( _
    value As String _
)
'Utilisation
Dim instance As BackupRestoreBase
Dim value As String

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

Paramètres

Notes

Use passwords to protect the backup sets if the backup medium is used to back up several databases with different owners.