SqlConnectionStringBuilder public sealed class SqlConnectionStringBuilder : DbConnectionStringBuilder Documentation Code public ApplicationIntent ApplicationIntent { get; set; } public string ApplicationName { get; set; } public string AttachDBFilename { get; set; } public int ConnectRetryCount { get; set; } public int ConnectRetryInterval { get; set; } public int ConnectTimeout { get; set; } public string CurrentLanguage { get; set; } public string DataSource { get; set; } public bool Encrypt { get; set; } public bool Enlist { get; set; } public string FailoverPartner { get; set; } public string InitialCatalog { get; set; } public bool IntegratedSecurity { get; set; } public int LoadBalanceTimeout { get; set; } public int MaxPoolSize { get; set; } public int MinPoolSize { get; set; } public bool MultipleActiveResultSets { get; set; } public bool MultiSubnetFailover { get; set; } public int PacketSize { get; set; } public string Password { get; set; } public bool PersistSecurityInfo { get; set; } public bool Pooling { get; set; } public bool Replication { get; set; } public string TransactionBinding { get; set; } public bool TrustServerCertificate { get; set; } public string TypeSystemVersion { get; set; } public string UserID { get; set; } public bool UserInstance { get; set; } public string WorkstationID { get; set; } public SqlConnectionStringBuilder() public SqlConnectionStringBuilder(string connectionString)