This document is archived and information here might be outdated. Recommended version. |
Parses a table name into its constituent parts.
[Visual Basic .NET]
Public Function ParseTableName ( _
ByVal inputTableName As String, _
[ByRef Workspace As Object] _
) As String
[C#]
public string ParseTableName (
string inputTableName,
ref object Workspace
);
[C++]
HRESULT ParseTableName(
BSTR inputTableName,
Variant* Workspace
);
[C++] Parameters inputTableName [in]
inputTableName is a parameter of type BSTR Workspace [in, optional]
Workspace is a parameter of type VARIANT*