ServerConnection 메서드

보호된 멤버 포함
상속된 멤버 포함

ServerConnection 유형에서 다음 멤버를 표시합니다.

메서드

  이름 설명
공용 메서드 BeginTransaction Starts a transaction on the referenced connection.
공용 메서드 Cancel Cancels the connection.
공용 메서드 ChangePassword(SecureString) Changes the login password that is used with standard authentication.
공용 메서드 ChangePassword(String) Changes the logon password that is used with standard authentication.
공용 메서드 CommitTransaction Commits the current transaction on the referenced connection.
공용 메서드 Connect Connects to the instance of SQL Server. (ConnectionManager에서 상속됨)
공용 메서드 Copy Returns a copy of the ServerConnection object.
공용 메서드 Disconnect Disconnects from the instance of SQL Server. (ConnectionManager에서 상속됨)
공용 메서드 Equals (Object에서 상속됨)
공용 메서드 ExecuteNonQuery(StringCollection) Executes a batch of statements that do not return a result set.
공용 메서드 ExecuteNonQuery(String) Executes a statement that does not return a result set.
공용 메서드 ExecuteNonQuery(StringCollection, ExecutionTypes) Executes a batch of statements with the specified execution options that does not return a result set.
공용 메서드 ExecuteNonQuery(String, ExecutionTypes) Executes a statement with the specified execution options that does not return a result set.
공용 메서드 ExecuteReader(String) Executes Transact-SQL statements that return one or multiple result sets.
공용 메서드 ExecuteReader(String, SqlCommand%) Executes a reader using a SqlDataReader object value that contains one or more result sets.
공용 메서드 ExecuteScalar(StringCollection) Executes a batch of Transact-SQL statements and returns the first column of the first row as an object value.
공용 메서드 ExecuteScalar(String) Executes a Transact-SQL statement and returns the first column of the first row as an object value.
공용 메서드 ExecuteWithResults(StringCollection) Executes a batch of Transact-SQL statements that return multiple result sets.
공용 메서드 ExecuteWithResults(String) Executes a Transact-SQL statement that returns a result set.
공용 메서드 ForceDisconnected Forces a disconnect from the instance of SQL Server. (ConnectionManager에서 상속됨)
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
공용 메서드 IsInFixedServerRole Tests whether the logon associated with the referenced connection is a member of the specified fixed server role.
공용 메서드정적 멤버 NormalizeQuery(String) Uses a string input that represents the query text.
공용 메서드정적 멤버 NormalizeQuery(String, Boolean) Normalizes the query that controls the server connection.
공용 메서드 RollBackTransaction Rolls back the current transaction.
공용 메서드 ToString Returns the referenced object name as a string. (ConnectionSettings에서 상속됨)

맨 위로 이동

명시적 인터페이스 구현

  이름 설명
명시적 인터페이스 구현전용 메서드 ISfcConnection.Connect Returns a value that indicates the server to connect using an SFC connection.
명시적 인터페이스 구현전용 메서드 ISfcConnection.Copy Uses the SFC connection to copy the server connection.
명시적 인터페이스 구현전용 메서드 ISfcConnection.Disconnect Disconnects the connection.
명시적 인터페이스 구현전용 메서드 ISfcConnection.ToEnumeratorObject Renders an enumerator object for the server connection.

맨 위로 이동

참고 항목

참조

ServerConnection 클래스

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