다음을 통해 공유


MediaDescription 속성

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

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.SmoExtended.dll의 Microsoft.SqlServer.SmoExtended

구문

‘선언
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.