DtsServerType.CreateSqlOlapConnectionInfoBase Method

Creates the Data Transformation Services (DTS) connection information object.

Namespace:  Microsoft.SqlServer.Management.UI.ConnectionDlg
Assembly:  ConnectionDlg (in ConnectionDlg.dll)

Syntax

'Declaration
Public Shared Function CreateSqlOlapConnectionInfoBase ( _
    ci As UIConnectionInfo _
) As SqlOlapConnectionInfoBase
'Usage
Dim ci As UIConnectionInfo 
Dim returnValue As SqlOlapConnectionInfoBase 

returnValue = DtsServerType.CreateSqlOlapConnectionInfoBase(ci)
public static SqlOlapConnectionInfoBase CreateSqlOlapConnectionInfoBase(
    UIConnectionInfo ci
)
public:
static SqlOlapConnectionInfoBase^ CreateSqlOlapConnectionInfoBase(
    UIConnectionInfo^ ci
)
static member CreateSqlOlapConnectionInfoBase : 
        ci:UIConnectionInfo -> SqlOlapConnectionInfoBase
public static function CreateSqlOlapConnectionInfoBase(
    ci : UIConnectionInfo
) : SqlOlapConnectionInfoBase

Parameters

Return Value

Type: Microsoft.SqlServer.Management.Common.SqlOlapConnectionInfoBase
An object that represents the DtsConnectionInfo.

See Also

Reference

DtsServerType Class

Microsoft.SqlServer.Management.UI.ConnectionDlg Namespace