Creates a new workspace specified by the directory, file name, and connection properties.
[Visual Basic 6.0] Function Create(
ByVal parentDirectory As String, _
ByVal Name As String, _
ByVal ConnectionProperties As IPropertySet, _
ByVal hWnd As OLE_HANDLE _
) As IWorkspaceName
[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 );
[Java] public IWorkspaceName create ( String parentDirectory, String Name, IPropertySet ConnectionProperties, int hWnd ) throws IOException, AutomationException
[C++] HRESULT Create( BSTR parentDirectory, BSTR Name, IPropertySet* ConnectionProperties, OLE_HANDLE hWnd, IWorkspaceName** WorkspaceName );
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
WorkspaceName [out, retval]
WorkspaceName is a parameter of type IWorkspaceName