ConnectionInfoBase.ConnectionParmsChanged 메서드

When overridden in a derived class, enables you to specify custom actions when a connection parameter changes.

네임스페이스:  Microsoft.SqlServer.Management.Common
어셈블리:  Microsoft.SqlServer.ConnectionInfo(Microsoft.SqlServer.ConnectionInfo.dll)

구문

‘선언
Protected MustOverride Sub ConnectionParmsChanged
‘사용 방법
Me.ConnectionParmsChanged()
protected abstract void ConnectionParmsChanged()
protected:
virtual void ConnectionParmsChanged() abstract
abstract ConnectionParmsChanged : unit -> unit
protected abstract function ConnectionParmsChanged()

주의

SQL Server calls this method when any of the following parameters change on an open connection:

  • ServerName

  • SqlConnection

  • UserName

  • Password and SecurePassword

  • UseIntegratedSecurity

  • DatabaseName

  • ConnectionTimeout

In Integration Services, changes to the following parameters also initiate a call to this method:

  • ApplicationName

  • WorkstationID

In SQL Server Compact 3.5, changes to the following parameters also initiate a call to this method:

  • MaxDatabaseSize

  • DefaultLockEscalation

Standard SQL Server connection classes, such as SqlConnectionInfo, provide a default implementation of this method, which then rebuilds the connection string. If you are creating your own connection class based on ConnectionInfoBase, you must override this method and implement your own logic for handling connection parameter changes.

참고 항목

참조

ConnectionInfoBase 클래스

Microsoft.SqlServer.Management.Common 네임스페이스