Поделиться через


Свойство MediaDescription

Gets or sets a textual description of the medium that contains a backup set.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.SmoExtended (в Microsoft.SqlServer.SmoExtended.dll)

Синтаксис

'Декларация
Public Property MediaDescription As String
    Get
    Set
'Применение
Dim instance As Backup
Dim value As String

value = instance.MediaDescription

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

Значение свойства

Тип System. . :: . .String
A String value that contains a textual description of the medium.

Замечания

The MediaDescription is written to a tape medium when the medium is initialized.