Class DB2ServiceInfo
Inheritance
System.Object
DB2ServiceInfo
Assembly: Steeltoe.Connector.Abstractions.dll
Syntax
public class DB2ServiceInfo : UriServiceInfo, IServiceInfo
Constructors
|
Edit this page
View Source
DB2ServiceInfo(String, String)
Declaration
public DB2ServiceInfo(string id, string url)
Parameters
Type |
Name |
Description |
System.String |
id |
|
System.String |
url |
|
Fields
|
Edit this page
View Source
DB2_SCHEME
Declaration
public const string DB2_SCHEME = null
Field Value
Type |
Description |
System.String |
|
Implements