Initializes a new instance of the ArcSDEConnectionProperties class which defines the information required to make a direct connection to a personal or workgroup ArcSDE geodatabase running SQLServer Express.

Namespace:  ESRI.ArcGISExplorer.Data
Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.900 (2.0.0.900)

Syntax

C#
public ArcSDEConnectionProperties(
	string service,
	string database
)
Visual Basic (Declaration)
Public Sub New ( _
	service As String, _
	database As String _
)

Parameters

service
Type: System..::.String
The ArcSDE service specified using direct connect syntax (e.g. "sde:sqlserver:torridon\sqlexpress").
database
Type: System..::.String
The name of the SQL Server database to connect to.

Remarks

The following properties use their default values:

See Also

Relate Topics:
  ArcSDEConnectionProperties Constructor
  ArcSDEConnectionProperties Constructor (String, String, String, String)
  ArcSDEConnectionProperties Constructor (String, String, AuthenticationMode, String, String)
  ArcSDEConnectionProperties Constructor (String, String, String, String, String)
  ArcSDEConnectionProperties Constructor (String, String, String, String, String, String)
Created by Atop CHM to web converter,© 2009 all right reserved.