HypRemoveConnection

データ・プロバイダ・タイプ: Essbase、Planning、Financial Management、Hyperion Enterprise

説明

HypRemoveConnection()は、Smart Viewパネルでの利用可能なSmart View接続の一覧から、指定した接続を削除します。

構文

HypRemoveConnection(vtFriendlyName)

ByVal vtFriendlyName As Variant

パラメータ

vtFriendlyName: データ・プロバイダのわかりやすい接続名

戻り値

正常に終了した場合は0を戻し、それ以外の場合は該当するエラー・コードを戻します。

      Declare Function HypRemoveConnection Lib "HsAddin" (ByVal vtFriendlyName As Variant) As Long

Sub Example_HypRemoveConnection()
   X=HypRemoveConnection("My Connection")
End Sub