Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets the default file for the instance of SQL Server.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<DisplayDescriptionKeyAttribute("Server_DefaultFileDesc")> _
<DisplayNameKeyAttribute("Server_DefaultFileName")> _
ReadOnly Property DefaultFile As String
Get
'Usage
Dim instance As IServerSetupFacet
Dim value As String
value = instance.DefaultFile
[DisplayDescriptionKeyAttribute("Server_DefaultFileDesc")]
[DisplayNameKeyAttribute("Server_DefaultFileName")]
string DefaultFile { get; }
[DisplayDescriptionKeyAttribute(L"Server_DefaultFileDesc")]
[DisplayNameKeyAttribute(L"Server_DefaultFileName")]
property String^ DefaultFile {
String^ get ();
}
[<DisplayDescriptionKeyAttribute("Server_DefaultFileDesc")>]
[<DisplayNameKeyAttribute("Server_DefaultFileName")>]
abstract DefaultFile : string
function get DefaultFile () : String
Property Value
Type: System.String
A String value that specifies the default file for the instance of SQL Server.