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 mode to use when opening the database file.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public Property FileMode As String
Get
Set
'Usage
Dim instance As SqlCeConnectionStringBuilder
Dim value As String
value = instance.FileMode
instance.FileMode = value
[BrowsableAttribute(false)]
public string FileMode { get; set; }
[BrowsableAttribute(false)]
public:
property String^ FileMode {
String^ get ();
void set (String^ value);
}
[<BrowsableAttribute(false)>]
member FileMode : string with get, set
function get FileMode () : String
function set FileMode (value : String)
Property Value
Type: System.String
The mode value to use when opening the database file.