This document is archived and information here might be outdated.  Recommended version.


ISqlWorkspace.CheckDatasetName Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IS > ISqlWorkspace Interface > ISqlWorkspace.CheckDatasetName Method
ArcGIS Developer Help

ISqlWorkspace.CheckDatasetName Method

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ISqlWorkspace Interface