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.
Not supported in SQL Server Compact.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
Public Overrides Property SchemaSeparator As String
Get
Set
'Usage
Dim instance As SqlCeCommandBuilder
Dim value As String
value = instance.SchemaSeparator
instance.SchemaSeparator = value
public override string SchemaSeparator { get; set; }
public:
virtual property String^ SchemaSeparator {
String^ get () override;
void set (String^ value) override;
}
abstract SchemaSeparator : string with get, set
override SchemaSeparator : string with get, set
override function get SchemaSeparator () : String
override function set SchemaSeparator (value : String)
Property Value
Type: System.String