Property Connection
Connection
Gets the connection used for this workspace.
Declaration
public string Connection { get; }
Property Value
Type | Description |
---|---|
System.String | The connection used for this workspace. |
Remarks
The connection is a path to the ArcSDE connection file (.sde) if created with CreateFromConnectionFile(String, String, Boolean) or a string with connection information if created with CreateFromConnectionString(String, String, Boolean).
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.1 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |