Notatka
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.