This document is archived and information here might be outdated. Recommended version. |
Creates a new table.
[Visual Basic .NET] Public Function CreateTable ( _ ByVal Name As String, _ ByVal Fields As IFields, _ ByVal clsid As UID, _ ByVal EXTCLSID As UID, _ ByVal ConfigKeyword As String _ ) As ITable
[C#] public ITable CreateTable ( string Name, IFields Fields, UID clsid, UID EXTCLSID, string ConfigKeyword );
[C++]
HRESULT CreateTable(
BSTR Name,
IFields* Fields,
IUID* clsid,
IUID* EXTCLSID,
BSTR ConfigKeyword
);
[C++] Parameters Name [in]
Name is a parameter of type BSTR Fields [in]
Fields is a parameter of type IFields* clsid [in]
clsid is a parameter of type IUID* EXTCLSID [in]
EXTCLSID is a parameter of type IUID* ConfigKeyword [in]
ConfigKeyword is a parameter of type BSTR