RSType.CreateSqlOlapConnectionInfoBase(UIConnectionInfo) Method

Definition

Initiates the creation of a new connection info base in the server.

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

Parameters

ci
UIConnectionInfo

The connection information.

Returns

The new connection info base in the server.

Applies to