BdcService.CreateApplication Method
Include Protected Members
Include Inherited Members
Creates a service application with the given name using the provided application pool, or by using the application pool of the provided provisioning context.
Overload List
Name | Description | |
---|---|---|
CreateApplication(String, Type, SPIisWebServiceApplicationPool) | Creates a service application with the given name using the provided application pool. | |
CreateApplication(String, Type, SPServiceProvisioningContext) | Creates a service application with the given name using the application pool of the provided provisioning context. |
Top