ArcGIS Pro 2.8 API Reference Guide
DatabaseConnectionFile Constructor

ArcGIS.Core.Data Namespace > DatabaseConnectionFile Class : DatabaseConnectionFile Constructor
A valid path to a database connection file that ends with the .sde extension.
Initializes a new instance of the DatabaseConnectionFile class.
Syntax
public DatabaseConnectionFile( 
   Uri path
)
Public Function New( _
   ByVal path As Uri _
)

Parameters

path
A valid path to a database connection file that ends with the .sde extension.
Exceptions
ExceptionDescription
path is null.
The path in path does not end with the .sde extension.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

DatabaseConnectionFile Class
DatabaseConnectionFile Members