UIConnectionInfo 클래스

코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. The UIConnectionInfo class represents the information set in a SQL Server Management Studio connection dialog, and the associated connection to an instance of the SQL Server Database Engine.

상속 계층

System.Object
  Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo

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

구문

‘선언
Public Class UIConnectionInfo _
    Implements IComparable(Of UIConnectionInfo)
‘사용 방법
Dim instance As UIConnectionInfo
public class UIConnectionInfo : IComparable<UIConnectionInfo>
public ref class UIConnectionInfo : IComparable<UIConnectionInfo^>
type UIConnectionInfo =  
    class 
        interface IComparable<UIConnectionInfo>
    end
public class UIConnectionInfo implements IComparable<UIConnectionInfo>

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

생성자

  이름 설명
공용 메서드 UIConnectionInfo() 인프라입니다. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. Initializes a default UIConnectionInfo object for a SQL Server Management Studio connection dialog.
공용 메서드 UIConnectionInfo(UIConnectionInfo) 인프라입니다. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. Initializes a new instance of the UIConnectionInfo class with the same properties as an existing UIConnectionInfo object and makes another connection to the associated server.
공용 메서드 UIConnectionInfo(UIConnectionInfo, Boolean) 인프라입니다. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. Initializes a new UIConnectionInfo object with the properties of an existing UIConnectionInfo object and makes another connection to the associated server.

맨 위로 이동

속성

  이름 설명
공용 속성 AdvancedOptions 인프라입니다. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. Gets the advanced options set in a connection dialog.
공용 속성 ApplicationName 인프라입니다. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. Gets or sets the name of the application in a connection dialog.
공용 속성 AuthenticationType 인프라입니다. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. Gets or sets a Int32 value that specifies whether the connection dialog should use SQL Server Authentication or Windows Authentication.
공용 속성 DisplayName 인프라입니다. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. Gets or sets a String value that specifies the display name of the connection.
공용 속성 EncryptedPassword 인프라입니다. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. Gets or sets the encrypted password of the UIConnectionInfo.
공용 속성 Id 인프라입니다. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. Gets the connection identifier.
공용 속성 OtherParams 인프라입니다. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. Gets or sets the other parameters for the connection.
공용 속성 Password 인프라입니다. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. Gets or sets a String value that specifies the login password for the connection when using SQL Server Authentication.
공용 속성 PersistPassword 인프라입니다. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. Gets or sets a Boolean value indicating whether the password of the UIConnectionInfo should be persisted.
공용 속성 ServerName 인프라입니다. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. Gets or sets a String value that specifies the name of the instance of the Database Engine for the connection.
공용 속성 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).
공용 속성 ServerType 인프라입니다. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. Gets or sets a guid that identifies the type of server the connection uses.
공용 속성 ServerVersion 인프라입니다. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. Gets or sets a ServerVersion object that specifies the version of the instance of the Database Engine for the connection.
공용 속성 UserName 인프라입니다. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. Gets or sets a String value that specifies the login name for the connection.

맨 위로 이동

메서드

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

맨 위로 이동

연산자

  이름 설명
공용 연산자정적 멤버 Equality(Object, UIConnectionInfo) 인프라입니다. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. Determines whether the specified Object is the same as the specified UIConnectionInfo object.
공용 연산자정적 멤버 Equality(UIConnectionInfo, UIConnectionInfo) 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. Determines whether two specified UIConnectionInfo objects are the same.
공용 연산자정적 멤버 Equality(UIConnectionInfo, Object) 인프라입니다. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. Determines whether the specified UIConnectionInfo object is the same as the specified Object.
공용 연산자정적 멤버 Inequality(Object, UIConnectionInfo) 인프라입니다. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. Determines whether the specified Object is different than the specified UIConnectionInfo object.
공용 연산자정적 멤버 Inequality(UIConnectionInfo, UIConnectionInfo) 인프라입니다. Determines whether two UIConnectionInfo objects are different.
공용 연산자정적 멤버 Inequality(UIConnectionInfo, Object) 인프라입니다. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. Determines whether the specified UIConnectionInfo object is different than the specified Object.

맨 위로 이동

필드

  이름 설명
공용 필드정적 멤버 XmlAdvancedOptions 인프라입니다. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다.
공용 필드정적 멤버 XmlAuthenticationType 인프라입니다. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다.
공용 필드정적 멤버 XmlDisplayName 인프라입니다. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다.
공용 필드정적 멤버 XmlItemTypeAttribute 인프라입니다. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다.
공용 필드정적 멤버 XmlPassword 인프라입니다. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다.
공용 필드정적 멤버 XmlServerName 인프라입니다. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다.
공용 필드정적 멤버 XmlServerType 인프라입니다. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다.
공용 필드정적 멤버 XmlStart 인프라입니다. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다.
공용 필드정적 멤버 XmlUserName 인프라입니다. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다.

맨 위로 이동

스레드 보안

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

참고 항목

참조

Microsoft.SqlServer.Management.Smo.RegSvrEnum 네임스페이스