Compartir a través de


BackupSet.Description Propiedad

Gets the description of the backup set.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public ReadOnly Property Description As String 
    Get
'Uso
Dim instance As BackupSet 
Dim value As String 

value = instance.Description
public string Description { get; }
public:
property String^ Description {
    String^ get ();
}
member Description : string
function get Description () : String

Valor de la propiedad

Tipo: System.String
The description of the backup set.

Vea también

Referencia

BackupSet Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo