Specifies the authentication mode used when making a connection to an ArcSDE geodatabase.
Namespace:
ESRI.ArcGISExplorer.DataAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.900 (2.0.0.900)
Syntax
C# |
---|
public enum AuthenticationMode |
Visual Basic (Declaration) |
---|
Public Enumeration AuthenticationMode |
Members
Value | Member name | Description | |
---|---|---|---|
0 | DBMS |
Use database authentication.
| |
1 | OS |
Use operating system authentication.
|