VSTATaskScriptingEngine.ScriptAppName 属性
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Gets the name of the script application.
命名空间: Microsoft.SqlServer.Dts.Tasks.ScriptTask
程序集: Microsoft.SqlServer.ScriptTask(在 Microsoft.SqlServer.ScriptTask.dll 中)
语法
声明
Protected Overrides ReadOnly Property ScriptAppName As String
Get
用法
Dim value As String
value = Me.ScriptAppName
protected override string ScriptAppName { get; }
protected:
virtual property String^ ScriptAppName {
String^ get () override;
}
abstract ScriptAppName : string
override ScriptAppName : string
override function get ScriptAppName () : String
属性值
类型:System.String
The script application name.