データ・プロバイダ・タイプ: 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