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.1500 (2.0.0.1500)
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
See Also