Share via


VstaHelper.LoadVSTA2Project メソッド

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

VSTA プロジェクトを読み込みます。

名前空間:  Microsoft.SqlServer.IntegrationServices.VSTA
アセンブリ:  Microsoft.SqlServer.IntegrationServices.VSTA (Microsoft.SqlServer.IntegrationServices.VSTA.dll)

構文

'宣言
Public Function LoadVSTA2Project ( _
    storage As VSTAScriptProjectStorage, _
    referencesToRemove As IEnumerable(Of String), _
    referencesToAdd As IEnumerable(Of String) _
) As Boolean
'使用
Dim instance As VstaHelper 
Dim storage As VSTAScriptProjectStorage 
Dim referencesToRemove As IEnumerable(Of String)
Dim referencesToAdd As IEnumerable(Of String)
Dim returnValue As Boolean 

returnValue = instance.LoadVSTA2Project(storage, _
    referencesToRemove, referencesToAdd)
public bool LoadVSTA2Project(
    VSTAScriptProjectStorage storage,
    IEnumerable<string> referencesToRemove,
    IEnumerable<string> referencesToAdd
)
public:
virtual bool LoadVSTA2Project(
    VSTAScriptProjectStorage^ storage, 
    IEnumerable<String^>^ referencesToRemove, 
    IEnumerable<String^>^ referencesToAdd
) sealed
abstract LoadVSTA2Project : 
        storage:VSTAScriptProjectStorage * 
        referencesToRemove:IEnumerable<string> * 
        referencesToAdd:IEnumerable<string> -> bool  
override LoadVSTA2Project : 
        storage:VSTAScriptProjectStorage * 
        referencesToRemove:IEnumerable<string> * 
        referencesToAdd:IEnumerable<string> -> bool
public final function LoadVSTA2Project(
    storage : VSTAScriptProjectStorage, 
    referencesToRemove : IEnumerable<String>, 
    referencesToAdd : IEnumerable<String>
) : boolean

パラメーター

  • storage
    型: VSTAScriptProjectStorage
    ストレージです。

戻り値

型: System.Boolean
読み込みが成功した場合は true、それ以外の場合は false です。

関連項目

参照

VstaHelper クラス

Microsoft.SqlServer.IntegrationServices.VSTA 名前空間