This document is archived and information here might be outdated. Recommended version. |
[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