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 命名空间