[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.