This document is archived and information here might be outdated. Recommended version. |
Add table to set.
[Visual Basic .NET] Public Sub Add ( _ ByVal Name As String, _ ByVal TableName As IDatasetName _ )
[C#] public void Add ( string Name, IDatasetName TableName );
[C++]
HRESULT Add(
BSTR Name,
IDatasetName* TableName
);
[C++]
Parameters Name [in]
Name is a parameter of type BSTR TableName [in]
TableName is a parameter of type IDatasetName*