IServerSettings.DefaultFile 属性

Gets or sets the DefaultFile property for an instance of SQL Server.

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

语法

声明
<DisplayDescriptionKeyAttribute("Server_DefaultFileDesc")> _
<DisplayNameKeyAttribute("Server_DefaultFileName")> _
Property DefaultFile As String 
    Get 
    Set
用法
Dim instance As IServerSettings 
Dim value As String 

value = instance.DefaultFile

instance.DefaultFile = value
[DisplayDescriptionKeyAttribute("Server_DefaultFileDesc")]
[DisplayNameKeyAttribute("Server_DefaultFileName")]
string DefaultFile { get; set; }
[DisplayDescriptionKeyAttribute(L"Server_DefaultFileDesc")]
[DisplayNameKeyAttribute(L"Server_DefaultFileName")]
property String^ DefaultFile {
    String^ get ();
    void set (String^ value);
}
[<DisplayDescriptionKeyAttribute("Server_DefaultFileDesc")>]
[<DisplayNameKeyAttribute("Server_DefaultFileName")>]
abstract DefaultFile : string with get, set
function get DefaultFile () : String 
function set DefaultFile (value : String)

属性值

类型:System.String
The DefaultFile property for an instance of SQL Server.

请参阅

参考

IServerSettings 接口

Microsoft.SqlServer.Management.Smo 命名空间