SetMediaPassword 方法 (String)
Sets the password for a media set.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.SmoExtended (在 Microsoft.SqlServer.SmoExtended.dll 中)
語法
'宣告
Public Sub SetMediaPassword ( _
value As String _
)
'用途
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
)
參數
- value
型別:System. . :: . .String
A String value that specifies the password for the media set.
備註
Use a password to protect the medium when the medium contains one or more backup sets that can be accessed by the same person.