Persists this temporary dataset to a new permanent dataset.
[Visual Basic .NET] Public Function MakePermanentAs ( _ ByVal new_name As String, _ ByVal Workspace As IWorkspace, _ ByVal Format As String _ ) As IDataset
[C#] public IDataset MakePermanentAs ( string new_name, IWorkspace Workspace, string Format );
[C++]
HRESULT MakePermanentAs(
BSTR new_name,
IWorkspace* Workspace,
BSTR Format,
IDataset** Dataset
);
[C++]Parameters
new_name [in] new_name is a parameter of type BSTR Workspace [in]Workspace is a parameter of type IWorkspace
Format [in] Format is a parameter of type BSTR Dataset [out, retval]Dataset is a parameter of type IDataset
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.