次の方法で共有


RSType.CreateSqlOlapConnectionInfoBase(UIConnectionInfo) メソッド

定義

サーバーの新しい接続情報ベースの作成を開始します。

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

接続情報です。

戻り値

サーバーの新しい接続情報ベースです。

適用対象