Propriedade do RDL EntryMethod
Stores the entry method for the corresponding scripting language.
Namespace: Microsoft.SqlServer.Dts.Tasks.ActiveXScriptTask
Assembly: Microsoft.SqlServer.ActiveXScriptTask (em Microsoft.SqlServer.ActiveXScriptTask.dll)
Sintaxe
'Declaração
Public Property EntryMethod As String
Get
Set
'Uso
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)
Valor da propriedade
Tipo: System. . :: . .String
The entry method for the scripting language.
Implementa
Comentários
Importante |
---|
Esse recurso será removido na próxima versão do Microsoft SQL Server. Não utilize esse recurso em desenvolvimentos novos e modifique, assim que possível, os aplicativos que atualmente o utilizam. |
Consulte também