SqlCeConnectionStringBuilder.TempFilePath Property

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.

See Also

Reference

SqlCeConnectionStringBuilder Class

System.Data.SqlServerCe Namespace