Propriedade do RDL SqlCeConnectionStringBuilder.TempFilePath
Obtém ou define a localização do banco de dados temporário.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (em System.Data.SqlServerCe.dll)
Sintaxe
'Declaração
Public Property TempFilePath As String
Get
Set
'Uso
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)
Valor da propriedade
Tipo: System.String
A localização do banco de dados temporário.