Click or drag to resize

Database Properties

The Database type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleConnectionString
Gives a connection string for database
Public propertyDatabaseName
is ConnectionString property Initial Catalog
Public propertyIntegratedSecurity
in ConnectionString property Integrated Security true or false
Public propertyItem
Index handling example this[FieldName]
(Inherited from SettingXML.)
Public propertyCode exampleName
Setting name must be unique. Default: Standard or GUID
(Inherited from SettingXML.)
Public propertyPassword
Password is encrypted
Public propertyServer
is ConnectionString property Data Source
Public propertyUserName
is ConnectionString property User Id
Top
See Also