Propriété EntryMethod
Stores the entry method for the corresponding scripting language.
Espace de noms : Microsoft.SqlServer.Dts.Tasks.ActiveXScriptTask
Assembly : Microsoft.SqlServer.ActiveXScriptTask (en Microsoft.SqlServer.ActiveXScriptTask.dll)
Syntaxe
'Déclaration
Public Property EntryMethod As String
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System. . :: . .String
The entry method for the scripting language.
Implémente
Notes
Important
Cette fonctionnalité sera supprimée dans la prochaine version de Microsoft SQL Server. Évitez d'utiliser cette fonctionnalité dans de nouveaux travaux de développement, et modifiez dès que possible les applications qui utilisent actuellement cette fonctionnalité.
Voir aussi