次の方法で共有


IVSTAScriptComponentUI.GetUniqueVSTAProjectName メソッド

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

一意の VSTA プロジェクト名を取得します。

名前空間:  Microsoft.SqlServer.Dts.Pipeline
アセンブリ:  Microsoft.SqlServer.TxScript (Microsoft.SqlServer.TxScript.dll)

構文

'宣言
Function GetUniqueVSTAProjectName As String
'使用
Dim instance As IVSTAScriptComponentUI 
Dim returnValue As String 

returnValue = instance.GetUniqueVSTAProjectName()
string GetUniqueVSTAProjectName()
String^ GetUniqueVSTAProjectName()
abstract GetUniqueVSTAProjectName : unit -> string
function GetUniqueVSTAProjectName() : String

戻り値

型: System.String
一意の VSTA プロジェクト名です。

関連項目

参照

IVSTAScriptComponentUI インターフェイス

Microsoft.SqlServer.Dts.Pipeline 名前空間