Aracılığıyla paylaş


IServerSettings.BackupDirectory Property

Gets or sets the BackupDirectory property for an instance SQL Server. This property is not CLS-compliant.

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

Syntax

'Bildirim
<DisplayDescriptionKeyAttribute("Server_BackupDirectoryDesc")> _
<DisplayNameKeyAttribute("Server_BackupDirectoryName")> _
Property BackupDirectory As String
[DisplayDescriptionKeyAttribute("Server_BackupDirectoryDesc")] 
[DisplayNameKeyAttribute("Server_BackupDirectoryName")] 
string BackupDirectory { get; set; }
[DisplayDescriptionKeyAttribute(L"Server_BackupDirectoryDesc")] 
[DisplayNameKeyAttribute(L"Server_BackupDirectoryName")] 
property String^ BackupDirectory {
    String^ get ();
    void set (String^ value);
}
/** @property */
String get_BackupDirectory ()

/** @property */
void set_BackupDirectory (String value)
function get BackupDirectory () : String

function set BackupDirectory (value : String)

Property Value

String

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.