This document is archived and information here might be outdated. Recommended version. |
Adds an output dataset name to the specified index.
[Visual Basic .NET] Public Sub AddOutputDatasetName ( _ ByVal index As Integer, _ ByVal pOutName As IDatasetName _ )
[C#] public void AddOutputDatasetName ( int index, IDatasetName pOutName );
[C++]
HRESULT AddOutputDatasetName(
long index,
IDatasetName* pOutName
);
[C++]
Parameters index [in]
index is a parameter of type long pOutName [in]
pOutName is a parameter of type IDatasetName*