Specifies the schema for an UltraLite database.
' Visual Basic
NotInheritable Public Class SchemaParms
Inherits Component
// C#
public sealed class SchemaParms :
Component
Each instance contains platform-specific and generic paths to a schema
file. Only one file value is used with the platform-specific keyword
taking precedence over the generic keyword. For example, with
schemaParms.SchemaOnCE="\\s1.usm"; and
schemaParms.SchemaOnDesktop="s2.usm";, the path \s1.usm
would be used
on Windows CE while s2.usm would be used on other platforms.
After an instance is passed to an UltraLite method, the property
ParmsUsed
returns the parameters actually used by the UltraLite method.
The recommended extension for UltraLite schema files is .usm. You must escape any backslash characters in paths.
SchemaParms members
SchemaParms constructor
SchemaParms constructor
AdditionalParms property
ParmsUsed property
SchemaOnCE property
SchemaOnDesktop property
Finalize method
ToString method
SQL Anywhere Studio 9.0.2
Copyright © 1989–2004 Sybase, Inc. Portions copyright © 2001–2004 iAnywhere Solutions, Inc. All rights reserved.