DtsServerType.CreateSqlOlapConnectionInfoBase(UIConnectionInfo) Metodo

Definizione

Crea l'oggetto informazioni di connessione 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

Parametri

ci
UIConnectionInfo

Informazioni di connessione.

Restituisce

SqlOlapConnectionInfoBase

Oggetto che rappresenta DtsConnectionInfo.

Si applica a