Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- ci
Type: Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo
The connection information.
Return Value
Type: Microsoft.SqlServer.Management.Common.SqlOlapConnectionInfoBase
An object that represents the DtsConnectionInfo.