ConnectionInfo 클래스

Parses a connection string and exposes several properties associated with the connection. This class cannot be inherited.

상속 계층

System.Object
  Microsoft.AnalysisServices.ConnectionInfo

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
Public NotInheritable Class ConnectionInfo
‘사용 방법
Dim instance As ConnectionInfo
public sealed class ConnectionInfo
public ref class ConnectionInfo sealed
[<SealedAttribute>]
type ConnectionInfo =  class end
public final class ConnectionInfo

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

생성자

  이름 설명
공용 메서드 ConnectionInfo Initializes a new instance of the ConnectionInfo class using a connection string.

맨 위로 이동

속성

  이름 설명
공용 속성 Catalog Gets a catalog of databases associated with the ConnectionInfo object.
공용 속성 CharacterEncoding Gets the character encoding value associated with the ConnectionInfo object.
공용 속성 ClientCertificateThumbprint
공용 속성 CompressionLevel Gets the compression level associated with the ConnectionInfo object.
공용 속성 ConnectionType Gets the connection type associated with the ConnectionInfo object.
공용 속성 ConnectTimeout Gets the connection timeout information associated with the ConnectionInfo object.
공용 속성 EncryptionPassword 인프라입니다. Gets the encryption password associated with the ConnectionInfo object.
공용 속성 ExtendedProperties Gets the extended properties associated with the ConnectionInfo object.
공용 속성 IdentityProvider
공용 속성 ImpersonationLevel Gets the impersonation level associated with a ConnectionInfo object.
공용 속성 InstanceName Gets the instance name associated with the ConnectionInfo object.
공용 속성 IntegratedSecurity Gets the integrated security status for the ConnectionInfo object.
공용 속성 Location Gets the location associated with the ConnectionInfo object.
공용 속성 PacketSize Gets the packet size in bytes associated with a ConnectionInfo object.
공용 속성 Password Gets the password associated with the ConnectionInfo object.
공용 속성 Port Gets the port number associated with the ConnectionInfo object.
공용 속성 ProtectionLevel Gets the protection level associated with a ConnectionInfo object.
공용 속성 ProtocolFormat Gets the protocol format for the ConnectionInfo object.
공용 속성 Server Gets the server name associated with a ConnectionInfo object.
공용 속성 Sspi Gets the name of the SSPI package to use during the authentication process of the connection.
공용 속성 Timeout Gets the timeout value associated with the ConnectionInfo object.
공용 속성 TransportCompression Gets the TransportCompression object element with the ConnectionInfo object.
공용 속성 UseExistingFile Gets the Boolean status of use existing file property of the ConnectionInfo object.
공용 속성 UserID Gets the user identifier associated with the ConnectionInfo object.

맨 위로 이동

메서드

  이름 설명
공용 메서드 Equals (Object에서 상속됨)
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
공용 메서드 ToString (Object에서 상속됨)

맨 위로 이동

스레드 보안

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

참고 항목

참조

Microsoft.AnalysisServices 네임스페이스