[Visual Basic .NET]
Public Function GetWorkspaceConnectionStringFromTable ( _
ByVal mapPath As String, _
ByVal tableIndex As Integer _
) As String
[C#]
public string GetWorkspaceConnectionStringFromTable (
string mapPath,
int tableIndex
);
[C++]
HRESULT GetWorkspaceConnectionStringFromTable(
BSTR mapPath,
long tableIndex,
BSTR* workspaceConnectionString
);
[C++]
Parameters
mapPath [in]
mapPath is a parameter of type BSTR
tableIndex [in]
tableIndex is a parameter of type long
workspaceConnectionString [out, retval]
workspaceConnectionString is a parameter of type BSTR
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
See Also
IMSDHelper2 Interface