DefaultFile-Eigenschaft
Ruft das Standard-Datendateiverzeichnis für die MicrosoftSQL Server-Instanz ab oder legt es fest.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property DefaultFile As String
Get
Set
'Usage
Dim instance As Settings
Dim value As String
value = instance.DefaultFile
instance.DefaultFile = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string DefaultFile { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ DefaultFile {
String^ get ();
void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member DefaultFile : string with get, set
function get DefaultFile () : String
function set DefaultFile (value : String)
Eigenschaftswert
Typ: System. . :: . .String
Ein String-Wert, der das Standard-Datendateiverzeichnis für die SQL Server-Instanz angibt.
Hinweise
The default data file is where the data files are stored on the instance of SQL Server unless otherwise specified in the FileName property. This directory contains the .mdf primary data files and the .ndf secondary data files. This is set to C:\Program Files\Microsoft SQL Server\MSSQL10_50\MSSQL\Data by default.