共用方式為


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 命名空間