SqlConnectionInfo Class
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.
Information for connecting to SQL database server.
public class SqlConnectionInfo : Azure.ResourceManager.DataMigration.Models.ConnectionInfo, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataMigration.Models.SqlConnectionInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataMigration.Models.SqlConnectionInfo>
type SqlConnectionInfo = class
inherit ConnectionInfo
interface IJsonModel<SqlConnectionInfo>
interface IPersistableModel<SqlConnectionInfo>
Public Class SqlConnectionInfo
Inherits ConnectionInfo
Implements IJsonModel(Of SqlConnectionInfo), IPersistableModel(Of SqlConnectionInfo)
- Inheritance
- Implements
Constructors
SqlConnectionInfo(String) |
Initializes a new instance of SqlConnectionInfo. |
Properties
AdditionalSettings |
Additional connection settings. |
Authentication |
Authentication type to use for connection. |
DataSource |
Data source in the format Protocol:MachineName\SQLServerInstanceName,PortNumber. |
EncryptConnection |
Whether to encrypt the connection. |
Password |
Password credential. (Inherited from ConnectionInfo) |
Platform |
Server platform type for connection. |
Port |
Port for Server. |
ResourceId |
Represents the ID of an HTTP resource represented by an Azure resource provider. |
ServerBrandVersion |
server brand version. |
ServerName |
name of the server. |
ServerVersion |
server version. |
TrustServerCertificate |
Whether to trust the server certificate. |
UserName |
User name. (Inherited from ConnectionInfo) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET