BackupMediaSet.Description Property

 

Applies To: SQL Server 2016 Preview

Gets the description.

Namespace:   Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

public string Description { get; }
public:
property String^ Description {
    String^ get();
}
member Description : string with get
Public ReadOnly Property Description As String

Property Value

Type: System.String

The description.

See Also

BackupMediaSet Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top