Méthode SetMediaPassword (String)
Sets the password for a media set.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)
Syntaxe
'Déclaration
Public Sub SetMediaPassword ( _
value As String _
)
'Utilisation
Dim instance As BackupRestoreBase
Dim value As String
instance.SetMediaPassword(value)
public void SetMediaPassword(
string value
)
public:
void SetMediaPassword(
String^ value
)
member SetMediaPassword :
value:string -> unit
public function SetMediaPassword(
value : String
)
Paramètres
- value
Type : System. . :: . .String
A String value that specifies the password for the media set.
Notes
Use a password to protect the medium when the medium contains one or more backup sets that can be accessed by the same person.
Voir aussi