Метод SetPassword (String)
Sets the password for a backup set.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.SmoExtended (в Microsoft.SqlServer.SmoExtended.dll)
Синтаксис
'Декларация
Public Sub SetPassword ( _
value As String _
)
'Применение
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
)
Параметры
- value
Тип: System. . :: . .String
A String value that specifies the password for the backup set.
Замечания
Use passwords to protect the backup sets if the backup medium is used to back up several databases with different owners.