ArcGIS Explorer Component Help |
ArcSDEConnectionProperties Constructor (String, String) |
ArcSDEConnectionProperties Class See Also |
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.DataAssembly: 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
The following properties use their default values:
- AuthenticationMode property is set to OS.
- VersionType property is set to Version.
- Version property is set to "DBO.Default".