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)
2266
EnclaveDelegate.Instance.InvalidateEnclaveSession(this._activeConnection.Parser.EnclaveType, this._activeConnection.
DataSource
, this._activeConnection.EnclaveAttestationUrl, this.enclavePackage.EnclaveSession);
3033
Notification.Options = SqlDependency.GetDefaultComposedOptions(_activeConnection.
DataSource
,
3043
_sqlDep.AddToServerList(_activeConnection.
DataSource
);
3583
string dataSource = this._activeConnection.
DataSource
;
3922
string servername = this._activeConnection.
DataSource
;
4014
SqlSecurityUtility.DecryptSymmetricKey(sqlParameter.CipherMetadata, this._activeConnection.
DataSource
);
4063
string dataSource = this._activeConnection.
DataSource
;
4181
EnclaveDelegate.Instance.InvalidateEnclaveSession(this._activeConnection.Parser.EnclaveType, this._activeConnection.
DataSource
, this._activeConnection.EnclaveAttestationUrl, this.enclavePackage.EnclaveSession);
4216
EnclaveDelegate.Instance.InvalidateEnclaveSession(this._activeConnection.Parser.EnclaveType, this._activeConnection.
DataSource
, this._activeConnection.EnclaveAttestationUrl, this.enclavePackage.EnclaveSession);
4331
this.CommandText, enclaveType, this._activeConnection.
DataSource
,
5183
byte[] unencryptedBytes = SqlSecurityUtility.DecryptWithKey(rec.value.ByteArray, rec.cipherMD, _activeConnection.
DataSource
);
6354
SqlEventSource.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)
223
s_configPartitionResolverType, dummyConnection.
DataSource
, database));
395
s_configPartitionResolverType, conn.
DataSource
, conn.Database),
1019
s_configPartitionResolverType, sqlConnection.
DataSource
, sqlConnection.Database));