DtsServerType.CreateSqlOlapConnectionInfoBase(UIConnectionInfo) Methode

Definition

Erstellt das Data Transformation Services (DTS) Verbindungsinformationsobjekt.

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

Parameter

ci
UIConnectionInfo

Die Verbindungsinformation.

Gibt zurück

Ein Objekt, das die DtsConnectionInfo darstellt.

Gilt für: