Gets or sets the name of the ArcSDE database.

Namespace:  ESRI.ArcGISExplorer.Data

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public string Database { get; set; }
Visual Basic (Declaration)
Public Property Database As String

Field Value

The name of the database to connect to and which is required for ArcSDE instances managing multiple databases (e.g. SQL Server).

See Also