Class SqlServerServiceInfoFactory
public class SqlServerServiceInfoFactory : ServiceInfoFactory, IServiceInfoFactory
- Inheritance
-
SqlServerServiceInfoFactory
- Implements
- Inherited Members
Constructors
SqlServerServiceInfoFactory()
public SqlServerServiceInfoFactory()
SqlServerServiceInfoFactory(Tags, string)
public SqlServerServiceInfoFactory(Tags tags, string scheme)
Parameters
SqlServerServiceInfoFactory(Tags, string[])
public SqlServerServiceInfoFactory(Tags tags, string[] schemes)
Parameters
Methods
Create(Service)
Return service information from a service binding
public override IServiceInfo Create(Service binding)
Parameters
binding
ServiceA service binding
Returns
- IServiceInfo
Relevant IServiceInfo
Create(string, string, string, string)
public IServiceInfo Create(string id, string url, string username, string password)