BdcService members
Represents the abstract, conceptual Business Data Connectivity (BDC) service.
The BdcService type exposes the following members.
Constructors
Name | Description | |
---|---|---|
BdcService | Initializes a new instance of the class. |
Top
Properties
Name | Description | |
---|---|---|
TypeName | (Overrides SPPersistedObject.TypeName.) |
Top
Methods
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. | |
CreateProxy | Creates an instance of a BdcServiceApplicationProxy object for the given service application, which must be a BdcServiceApplication object. | |
GetAdministrationMetadataCatalog | Returns the administration Metadata Store for the specified service context. | |
GetApplicationTypeDescription | Returns information about the provided type. | |
GetApplicationTypes | Returns the type of service application used by Business Data Connectivity (BDC) service. | |
GetCreateApplicationLink | Gets the link to the BDC application creation page. (Overrides SPService.GetCreateApplicationLink(Type).) | |
GetDatabaseBackedMetadataCatalog(SPServiceContext) | Returns the external system Metadata Store by using the specified SPServiceContext. | |
GetDatabaseBackedMetadataCatalog(Guid, BdcServiceApplicationProxy) | Returns the external system Metadata Store by using the specified parameters. | |
OnDeserialization | (Overrides SPPersistedObject.OnDeserialization().) | |
ToString | (Inherited from Object.) |
Top