ConnectionManagerOLAPClass Class
This API supports the product infrastructure and is not intended to be used directly from your code.
Represents a connection manager OLAP class.
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
[GuidAttribute("E3D5D606-997B-4EF6-90AD-43483A788CC3")] [TypeLibTypeAttribute(TypeLibTypeFlags::FCanCreate)] [ClassInterfaceAttribute(ClassInterfaceType::None)] public ref class ConnectionManagerOLAPClass : IDTSConnectionManager100, ConnectionManagerOLAP, IDTSConnectionManagerDatabaseParameters100
| Name | Description | |
|---|---|---|
![]() | ConnectionManagerOLAPClass() | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the ConnectionManagerOLAPClass class. |
| Name | Description | |
|---|---|---|
![]() | ConnectionString | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the connection string used to establish a connection to a data source. |
![]() | InitialCatalog | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the name of the database associated with the connection. |
![]() | Password | This API supports the product infrastructure and is not intended to be used directly from your code. Sets the password used to log on to the connection. |
![]() | ProtectionLevel | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the level of encryption performed on sensitive data that is contained in the package. |
![]() | RetainSameConnection | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value that indicates whether the connection manager retains the same connection. |
![]() | Scope | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the scope for the connection. |
![]() | ServerName | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the server name. |
![]() | SupportsDTCTransactions | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a value that indicates whether the connection supports DTC transactions. |
![]() | UserName | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the username for the connection. |
| Name | Description | |
|---|---|---|
![]() | AcquireConnection(Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Creates an instance of the connection type. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetConnectionForSchema() | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the connection for the schema. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ReleaseConnection(Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Frees the connection established during AcquireConnection. |
![]() | SetQualifier(String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Changes a qualifier on the connection manager after the connection manager has been created but before it is used in a running package. |
![]() | ToString() | (Inherited from Object.) |
![]() | Validate(IDTSInfoEvents100^) | This API supports the product infrastructure and is not intended to be used directly from your code. Validates the connection and returns an enumeration that indicates success or failure. |
For more information, see ConnectionManager.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


