This document is archived and information here might be outdated. Recommended version. |
Initializes the field info object using the field information from the given table/workspace.
[Visual Basic .NET] Public Sub Initialize ( _ ByVal Table As IDETable, _ ByVal Workspace As IDEWorkspace _ )
[C#] public void Initialize ( IDETable Table, IDEWorkspace Workspace );
[C++]
HRESULT Initialize(
IDETable* Table,
IDEWorkspace* Workspace
);
[C++] Parameters Table [in]
Table is a parameter of type IDETable* Workspace [in]
Workspace is a parameter of type IDEWorkspace*