Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.