Propriété MediaName

Gets or sets the name used to identify a particular media set.

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

Syntaxe

'Déclaration
Public Property MediaName As String
    Get
    Set
'Utilisation
Dim instance As BackupRestoreBase
Dim value As String

value = instance.MediaName

instance.MediaName = value
public string MediaName { get; set; }
public:
property String^ MediaName {
    String^ get ();
    void set (String^ value);
}
member MediaName : string with get, set
function get MediaName () : String
function set MediaName (value : String)

Valeur de propriété

Type : System. . :: . .String
A String system value that specifies the media name. By default, the value is an empty string.