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 | (UIConnectionInfo에서 상속됨) | |
ApplicationName | (UIConnectionInfo에서 상속됨) | |
AuthenticationType | (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 | (UIConnectionInfo에서 상속됨) | |
EncryptConnection | Gets or sets a value specifying whether the connection will be encrypted. | |
EncryptedPassword | (UIConnectionInfo에서 상속됨) | |
ExecutionTimeout | Gets or sets the execution timeout interval for a Transact-SQL batch, in seconds. | |
Id | (UIConnectionInfo에서 상속됨) | |
NetworkProtocol | Specifies the type of network protocol that will be used by the connection. | |
OtherParams | (UIConnectionInfo에서 상속됨) | |
PacketSize | Gets or sets size, in bytes, of the TCP packets used by the connection. | |
Password | (UIConnectionInfo에서 상속됨) | |
PersistPassword | (UIConnectionInfo에서 상속됨) | |
ServerName | (UIConnectionInfo에서 상속됨) | |
ServerNameNoDot | (UIConnectionInfo에서 상속됨) | |
ServerType | (UIConnectionInfo에서 상속됨) | |
ServerVersion | (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 | (UIConnectionInfo에서 상속됨) | |
Copy | (UIConnectionInfo에서 상속됨) | |
CreateSqlConnection | Creates a connection to the server. | |
Equals | (UIConnectionInfo에서 상속됨) | |
Finalize | (Object에서 상속됨) | |
GetHashCode | (UIConnectionInfo에서 상속됨) | |
GetType | (Object에서 상속됨) | |
MemberwiseClone | (Object에서 상속됨) | |
SaveToStream | (UIConnectionInfo에서 상속됨) | |
ToString | (Object에서 상속됨) |
맨 위로 이동
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.