Settings.BackupDirectory 属性

Gets the default backup directory for the instance of Microsoft SQL Server.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property BackupDirectory As String 
    Get 
    Set
用法
Dim instance As Settings 
Dim value As String 

value = instance.BackupDirectory

instance.BackupDirectory = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string BackupDirectory { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ BackupDirectory {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member BackupDirectory : string with get, set
function get BackupDirectory () : String 
function set BackupDirectory (value : String)

属性值

类型:System.String
A String value that specifies the default backup directory path for the instance of SQL Server.

示例

在 SMO 中配置 SQL Server

请参阅

参考

Settings 类

Microsoft.SqlServer.Management.Smo 命名空间