IConnectorFrameworkConfigurationManagement.GetConnector(Guid) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a connector by using an identifier.
public:
Microsoft::EnterpriseManagement::ConnectorFramework::EnterpriseManagementConnector ^ GetConnector(Guid id);
public Microsoft.EnterpriseManagement.ConnectorFramework.EnterpriseManagementConnector GetConnector (Guid id);
abstract member GetConnector : Guid -> Microsoft.EnterpriseManagement.ConnectorFramework.EnterpriseManagementConnector
Public Function GetConnector (id As Guid) As EnterpriseManagementConnector
Parameters
Returns
Type: EnterpriseManagementConnector
The connector.
Exceptions
The connector identified by the id
parameter does not exist.