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


IMSDHelper2.PutWorkspaceConnectionStringInTable Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

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 VARIANT_BOOL

Product Availability

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

See Also

IMSDHelper2 Interface