Propriedade do RDL SqlCeConnectionStringBuilder.FileMode
Obtém ou define o modo a ser usado ao abrir o arquivo de banco de dados.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (em System.Data.SqlServerCe.dll)
Sintaxe
'Declaração
<BrowsableAttribute(False)> _
Public Property FileMode As String
Get
Set
'Uso
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)
Valor da propriedade
Tipo: System.String
O valor de modo a ser usado ao abrir o arquivo de banco de dados.