Base:
property
DataSource
System.Data.Common.DbConnection.DataSource
17 references to DataSource
System.Data (14)
fx\src\data\System\Data\SqlClient\SqlBulkCopy.cs (1)
2302_connection.DataSource);
fx\src\data\System\Data\SqlClient\SqlCommand.cs (12)
2266EnclaveDelegate.Instance.InvalidateEnclaveSession(this._activeConnection.Parser.EnclaveType, this._activeConnection.DataSource, this._activeConnection.EnclaveAttestationUrl, this.enclavePackage.EnclaveSession); 3033Notification.Options = SqlDependency.GetDefaultComposedOptions(_activeConnection.DataSource, 3043_sqlDep.AddToServerList(_activeConnection.DataSource); 3583string dataSource = this._activeConnection.DataSource; 3922string servername = this._activeConnection.DataSource; 4014SqlSecurityUtility.DecryptSymmetricKey(sqlParameter.CipherMetadata, this._activeConnection.DataSource); 4063string dataSource = this._activeConnection.DataSource; 4181EnclaveDelegate.Instance.InvalidateEnclaveSession(this._activeConnection.Parser.EnclaveType, this._activeConnection.DataSource, this._activeConnection.EnclaveAttestationUrl, this.enclavePackage.EnclaveSession); 4216EnclaveDelegate.Instance.InvalidateEnclaveSession(this._activeConnection.Parser.EnclaveType, this._activeConnection.DataSource, this._activeConnection.EnclaveAttestationUrl, this.enclavePackage.EnclaveSession); 4331this.CommandText, enclaveType, this._activeConnection.DataSource, 5183byte[] unencryptedBytes = SqlSecurityUtility.DecryptWithKey(rec.value.ByteArray, rec.cipherMD, _activeConnection.DataSource); 6354SqlEventSource.Log.BeginExecute(GetHashCode(), Connection.DataSource, Connection.Database, commandText);
fx\src\data\System\Data\SqlClient\SqlDependencyListener.cs (1)
127_cachedServer = _con.DataSource; // SQL BU DT 390531.
System.Web (3)
State\sqlstateclientmanager.cs (3)
223s_configPartitionResolverType, dummyConnection.DataSource, database)); 395s_configPartitionResolverType, conn.DataSource, conn.Database), 1019s_configPartitionResolverType, sqlConnection.DataSource, sqlConnection.Database));