共用方式為


IVSTAScriptComponentUI.GetUniqueVSTAProjectName 方法

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Gets the unique VSTA project name.

命名空間:  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
The unique VSTA project name.

請參閱

參考

IVSTAScriptComponentUI 介面

Microsoft.SqlServer.Dts.Pipeline 命名空間