ArcGIS Explorer Component Help |
AuthenticationMode Enumeration |
See Also |
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.1500 (2.0.0.1500)
Syntax
C# |
---|
public enum AuthenticationMode |
Visual Basic (Declaration) |
---|
Public Enumeration AuthenticationMode |
Members
Member name | Description | |
---|---|---|
DBMS |
Use database authentication.
| |
OS |
Use operating system authentication.
|