Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.