ConnectionInfo Class

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

Inheritance Hierarchy

System.Object
  Microsoft.AnalysisServices.ConnectionInfo

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Public NotInheritable Class ConnectionInfo
'Usage
Dim instance As ConnectionInfo
public sealed class ConnectionInfo
public ref class ConnectionInfo sealed
[<SealedAttribute>]
type ConnectionInfo =  class end
public final class ConnectionInfo

The ConnectionInfo type exposes the following members.

Constructors

  Name Description
Public method ConnectionInfo Initializes a new instance of the ConnectionInfo class using a connection string.

Top

Properties

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

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.AnalysisServices Namespace