EntryMethod propriété
Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.
Espace de noms : Microsoft.SqlServer.Dts.Tasks.ActiveXScriptTask
Assembly : Microsoft.SqlServer.ActiveXScriptTask (dans Microsoft.SqlServer.ActiveXScriptTask.dll)
Syntaxe
'Déclaration
Property EntryMethod As String
Get
Set
'Utilisation
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)
Valeur de la propriété
Type : System. . :: . .String