다음을 통해 공유


MultiServerSqlConnectionInfo 클래스

Contains SQL Server connection information that is used by Transact-SQL query editors.

상속 계층

System. . :: . .Object
  Microsoft.SqlServer.Management.Smo.RegSvrEnum. . :: . .UIConnectionInfo
    Microsoft.SqlServer.Management.MultiServerConnection..::..MultiServerSqlConnectionInfo

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

구문

‘선언
Public Class MultiServerSqlConnectionInfo _
    Inherits UIConnectionInfo
‘사용 방법
Dim instance As MultiServerSqlConnectionInfo
public class MultiServerSqlConnectionInfo : UIConnectionInfo
public ref class MultiServerSqlConnectionInfo : public UIConnectionInfo
type MultiServerSqlConnectionInfo =  
    class
        inherit UIConnectionInfo
    end
public class MultiServerSqlConnectionInfo extends UIConnectionInfo

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

생성자

  이름 설명
공용 메서드 MultiServerSqlConnectionInfo() () () () Initializes a new instance of the MultiServerSqlConnectionInfo class.
공용 메서드 MultiServerSqlConnectionInfo(UIConnectionInfo) Initializes a new instance of the MultiServerSqlConnectionInfo class with the specified connection information.

맨 위로 이동

속성

  이름 설명
공용 속성 AdvancedOptions 인프라입니다. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. Gets the advanced options set in a connection dialog. (UIConnectionInfo에서 상속됨)
공용 속성 ApplicationName 인프라입니다. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. Gets or sets the name of the application in a connection dialog. (UIConnectionInfo에서 상속됨)
공용 속성 AuthenticationType 인프라입니다. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. Gets or sets a Int32 value that specifies whether the connection dialog should use SQL Server Authentication or Windows Authentication. (UIConnectionInfo에서 상속됨)
공용 속성 ConnectionProtocolString Specifies the name of the network protocol to use for the connection.
공용 속성 ConnectionTimeout Gets or sets the connection timeout interval to the server, in seconds.
공용 속성 DefaultDatabaseName Gets or sets the name of the database to connect to by default.
공용 속성 DisplayName 인프라입니다. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. Gets or sets a String value that specifies the display name of the connection. (UIConnectionInfo에서 상속됨)
공용 속성 EncryptConnection Gets or sets a value specifying whether the connection will be encrypted.
공용 속성 EncryptedPassword 인프라입니다. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. Gets or sets the encrypted password of the UIConnectionInfo. (UIConnectionInfo에서 상속됨)
공용 속성 ExecutionTimeout Gets or sets the execution timeout interval for a Transact-SQL batch, in seconds.
공용 속성 Id 인프라입니다. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. Gets the connection identifier. (UIConnectionInfo에서 상속됨)
공용 속성 NetworkProtocol Specifies the type of network protocol that will be used by the connection.
공용 속성 PacketSize Gets or sets size, in bytes, of the TCP packets used by the connection.
공용 속성 Password 인프라입니다. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. Gets or sets a String value that specifies the login password for the connection when using SQL Server Authentication. (UIConnectionInfo에서 상속됨)
공용 속성 PersistPassword 인프라입니다. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. Gets or sets a Boolean value indicating whether the password of the UIConnectionInfo should be persisted. (UIConnectionInfo에서 상속됨)
공용 속성 ServerName 인프라입니다. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. Gets or sets a String value that specifies the name of the instance of the Database Engine for the connection. (UIConnectionInfo에서 상속됨)
공용 속성 ServerNameNoDot 인프라입니다. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. Gets a String value that specifies the name of the instance of the Database Engine for the connection. If only a period (.) was specified in the dialog, ServerNameNoDot returns (local). (UIConnectionInfo에서 상속됨)
공용 속성 ServerType 인프라입니다. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. Gets or sets a guid that identifies the type of server the connection uses. (UIConnectionInfo에서 상속됨)
공용 속성 ServerVersion 인프라입니다. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. Gets or sets a ServerVersion object that specifies the version of the instance of the Database Engine for the connection. (UIConnectionInfo에서 상속됨)
공용 속성 UserName Gets or sets the name of the login to use when connecting. (UIConnectionInfo. . :: . .UserName을(를) 재정의함)
공용 속성 UseWindowsAuthentication Gets or sets a value indicating whether Windows Integrated Security Authentication will be used.
공용 속성 WorkstationId Gets or sets the name of the client machine submitting the Transact-SQL batch.

맨 위로 이동

메서드

  이름 설명
공용 메서드 CompareTo 인프라입니다. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. Used to determine the sort order of the current UIConnectionInfo object in relation to another UIConnectionInfo object. (UIConnectionInfo에서 상속됨)
공용 메서드 Copy 인프라입니다. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. Creates a new UIConnectionInfo object based on the properties of the current object. (UIConnectionInfo에서 상속됨)
공용 메서드 CreateSqlConnection Creates a connection to the server.
공용 메서드 Equals 인프라입니다. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. Determines whether the specified Object is equal to the current Object. (UIConnectionInfo에서 상속됨)
보호된 메서드 Finalize (Object에서 상속됨)
공용 메서드 GetHashCode 인프라입니다. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. Returns the hash code for the specified type. (UIConnectionInfo에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
보호된 메서드 MemberwiseClone (Object에서 상속됨)
공용 메서드 SaveToStream 인프라입니다. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. Persists connection info to the specified XML stream. (UIConnectionInfo에서 상속됨)
공용 메서드 ToString (Object에서 상속됨)

맨 위로 이동

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.