Propriedade BackupDirectory
Gets the default backup directory for the instance of Microsoft SQL Server.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
<SfcPropertyAttribute> _
Public Property BackupDirectory As String
Get
Set
'Uso
Dim instance As Settings
Dim value As String
value = instance.BackupDirectory
instance.BackupDirectory = value
[SfcPropertyAttribute]
public string BackupDirectory { get; set; }
[SfcPropertyAttribute]
public:
property String^ BackupDirectory {
String^ get ();
void set (String^ value);
}
[<SfcPropertyAttribute>]
member BackupDirectory : string with get, set
function get BackupDirectory () : String
function set BackupDirectory (value : String)
Valor da propriedade
Tipo: System. . :: . .String
A String value that specifies the default backup directory path for the instance of SQL Server.
Consulte também