ConnectionManager members
Manages all data source connections for the current service context.
The ConnectionManager type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Gets a count of all existing data source connections. | |
Item | Retrieves a Connection object with the specified display name. |
Top
Methods
Name | Description | |
---|---|---|
AddActiveDirectoryConnection(ConnectionType, String, String, Boolean, String, String, SecureString, List<DirectoryServiceNamingContext>, String, String) | ||
AddActiveDirectoryConnection(ConnectionType, String, String, Boolean, String, String, SecureString, List<DirectoryServiceNamingContext>, String, String, String) | Adds an Active Directory connection for the current service context. | |
AddBusinessDataCatalogConnection | ||
AddLdapConnection | ||
Contains | Determines whether a data source connection with the specified display name exists. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Retrieves an object that can iterate through each data source connection in the current service context. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
IEnumerable.GetEnumerator |
Top