Given a column name (fully qualified or otherwise), determines its qualification parts.
This method must be called on the MCT. Use QueuedTask.Run.
Parameters
- columnFullName
- The fully qualified name of the column. It must not be null or an empty string.
Return Value
A
Tuple whose members contain the following data:
- Item1 holds the databaseName (or an empty string if it doesn't apply to the underlying Datastore).
- Item2 holds the ownerName (or an empty string if it doesn't apply to the underlying Datastore).
- Item3 holds the tableName.
- Item4 holds the columnName.
Target Platforms: Windows 11, Windows 10
ArcGIS Pro version: 3 or higher.