This document is archived and information here might be outdated.  Recommended version.


IMSDHelper2.PutWorkspaceConnectionStringInTable Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMSDHelper2 Interface > IMSDHelper2.PutWorkspaceConnectionStringInTable Method
ArcGIS Developer Help

IMSDHelper2.PutWorkspaceConnectionStringInTable Method

[Visual Basic .NET]
Public Sub PutWorkspaceConnectionStringInTable ( _
    ByVal mapPath As String, _
    ByVal tableIndex As Integer, _
    ByVal newWorkspaceConnection As String, _
    ByVal validate As Boolean _
)
[C#]
public void PutWorkspaceConnectionStringInTable (
    string mapPath,
    int tableIndex,
    string newWorkspaceConnection,
    bool validate
);
[C++]
HRESULT PutWorkspaceConnectionStringInTable(
  BSTR mapPath,
  long tableIndex,
  BSTR newWorkspaceConnection,
  VARIANT_BOOL validate
);
[C++]
Parameters
mapPath [in]

mapPath is a parameter of type BSTR tableIndex [in]
tableIndex is a parameter of type long newWorkspaceConnection [in]
newWorkspaceConnection is a parameter of type BSTR validate [in]
validate is a parameter of type bool

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IMSDHelper2 Interface