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 or sets the DefaultFile property for an 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")> _
Property DefaultFile As String
Get
Set
'Usage
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)
Property Value
Type: System.String
The DefaultFile property for an instance of SQL Server.