Compartir a través de


EntryMethod Propiedad

Esta API es compatible con la infraestructura de .NET Framework y no se diseñó para usarse directamente desde el código.

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.ActiveXScriptTask
Ensamblado:  Microsoft.SqlServer.ActiveXScriptTask (en Microsoft.SqlServer.ActiveXScriptTask.dll)

Sintaxis

'Declaración
Property EntryMethod As String
    Get
    Set
'Uso
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)

Valor de la propiedad

Tipo: System. . :: . .String