DtsServerType.CreateSqlOlapConnectionInfoBase(UIConnectionInfo) 方法

定义

创建 Data Transformation Services (DTS) 连接信息对象。

public:
 static Microsoft::SqlServer::Management::Common::SqlOlapConnectionInfoBase ^ CreateSqlOlapConnectionInfoBase(Microsoft::SqlServer::Management::Smo::RegSvrEnum::UIConnectionInfo ^ ci);
public static Microsoft.SqlServer.Management.Common.SqlOlapConnectionInfoBase CreateSqlOlapConnectionInfoBase (Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo ci);
static member CreateSqlOlapConnectionInfoBase : Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo -> Microsoft.SqlServer.Management.Common.SqlOlapConnectionInfoBase
Public Shared Function CreateSqlOlapConnectionInfoBase (ci As UIConnectionInfo) As SqlOlapConnectionInfoBase

参数

ci
UIConnectionInfo

连接信息。

返回

一个表示 DtsConnectionInfo 的对象。

适用于