EntryMethod 属性

Stores the entry method for the corresponding scripting language.

命名空间:  Microsoft.SqlServer.Dts.Tasks.ActiveXScriptTask
程序集:  Microsoft.SqlServer.ActiveXScriptTask(在 Microsoft.SqlServer.ActiveXScriptTask.dll 中)

语法

声明
Public Property EntryMethod As String
    Get
    Set
用法
Dim instance As ActiveXScriptTask
Dim value As String

value = instance.EntryMethod

instance.EntryMethod = value
public string EntryMethod { get; set; }
public:
virtual property String^ EntryMethod {
    String^ get () sealed;
    void set (String^ value) sealed;
}
abstract EntryMethod : string with get, set
override EntryMethod : string with get, set
final function get EntryMethod () : String
final function set EntryMethod (value : String)

属性值

类型:System. . :: . .String
The entry method for the scripting language.

实现

IDTSActiveXScriptTask. . :: . .EntryMethod

注释

重要说明重要提示

下一版本的 Microsoft SQL Server 将删除该功能。请不要在新的开发工作中使用该功能,并尽快修改当前还在使用该功能的应用程序。