Class SqlServerProviderConnectorOptions
Inheritance
System.Object
SqlServerProviderConnectorOptions
Assembly: Steeltoe.Connector.ConnectorBase.dll
Syntax
public class SqlServerProviderConnectorOptions : AbstractServiceConnectorOptions
Constructors
|
Edit this page
View Source
SqlServerProviderConnectorOptions()
Declaration
public SqlServerProviderConnectorOptions()
|
Edit this page
View Source
SqlServerProviderConnectorOptions(IConfiguration)
Declaration
public SqlServerProviderConnectorOptions(IConfiguration config)
Parameters
Type |
Name |
Description |
IConfiguration |
config |
|
Fields
|
Edit this page
View Source
Default_Port
Declaration
public const int Default_Port = null
Field Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
Default_Server
Declaration
public const string Default_Server = null
Field Value
Type |
Description |
System.String |
|
Properties
|
Edit this page
View Source
ConnectionString
Declaration
public string ConnectionString { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Database
Declaration
public string Database { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Db
Declaration
public string Db { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
InstanceName
Declaration
public string InstanceName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
IntegratedSecurity
Declaration
public string IntegratedSecurity { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Password
Declaration
public string Password { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Port
Gets or sets the port SQL Server is listening on. To exclude from connection string, use a value less than 0
Declaration
public int Port { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
Pw
Declaration
public string Pw { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Server
Declaration
public string Server { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Timeout
Gets or sets the length of time (in seconds) to wait for a connection to the server before terminating the attempt and generating an error.
Declaration
public int? Timeout { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Edit this page
View Source
Uid
Declaration
public string Uid { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Uri
Declaration
public string Uri { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Username
Declaration
public string Username { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|