This document is archived and information here might be outdated. Recommended version. |
Returns unique name in the workspace.
[Visual Basic .NET] Public Sub CheckDatasetName ( _ ByVal Name As String, _ ByVal pQueryDescription As IQueryDescription, _ ByRef pNewName As String _ )
[C#] public void CheckDatasetName ( string Name, IQueryDescription pQueryDescription, ref string pNewName );
[C++]
HRESULT CheckDatasetName(
BSTR Name,
IQueryDescription* pQueryDescription,
System.String* pNewName
);
[C++] Parameters Name [in]
Name is a parameter of type BSTR pQueryDescription [in]
pQueryDescription is a parameter of type IQueryDescription* pNewName [out]
pNewName is a parameter of type BSTR*