Freigeben über


EntryMethod-Eigenschaft

Diese API unterstützt die -Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Namespace:  Microsoft.SqlServer.Dts.Tasks.ActiveXScriptTask
Assembly:  Microsoft.SqlServer.ActiveXScriptTask (in Microsoft.SqlServer.ActiveXScriptTask.dll)

Syntax

'Declaration
Property EntryMethod As String
    Get
    Set
'Usage
Dim instance As IDTSActiveXScriptTask
Dim value As String

value = instance.EntryMethod

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

Eigenschaftswert

Typ: System. . :: . .String