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 location of the temporary database.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
Public Property TempFilePath As String
Get
Set
'Usage
Dim instance As SqlCeConnectionStringBuilder
Dim value As String
value = instance.TempFilePath
instance.TempFilePath = value
public string TempFilePath { get; set; }
public:
property String^ TempFilePath {
String^ get ();
void set (String^ value);
}
member TempFilePath : string with get, set
function get TempFilePath () : String
function set TempFilePath (value : String)
Property Value
Type: System.String
The location of the temporary database.