This document is archived and information here might be outdated. Recommended version. |
Creates a new workspace specified by the directory, file name, and connection properties.
[Visual Basic .NET] Public Function Create ( _ ByVal parentDirectory As String, _ ByVal Name As String, _ ByVal ConnectionProperties As IPropertySet, _ ByVal hWnd As Integer _ ) As IWorkspaceName
[C#] public IWorkspaceName Create ( string parentDirectory, string Name, IPropertySet ConnectionProperties, int hWnd );
[C++]
HRESULT Create(
BSTR parentDirectory,
BSTR Name,
IPropertySet* ConnectionProperties,
OLE_HANDLE hWnd
);
[C++] Parameters parentDirectory [in]
parentDirectory is a parameter of type BSTR Name [in]
Name is a parameter of type BSTR ConnectionProperties [in]
ConnectionProperties is a parameter of type IPropertySet* hWnd [in]
hWnd is a parameter of type OLE_HANDLE