Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
Gets or sets the name of the Microsoft Win32 executable file or batch file to run when the package runs.
Namespace: Microsoft.SqlServer.Dts.Tasks.ExecuteProcess
Assembly: Microsoft.SqlServer.ExecProcTask (em Microsoft.SqlServer.ExecProcTask.dll)
Sintaxe
'Declaração
Public Property Executable As String
Get
Set
'Uso
Dim instance As ExecuteProcess
Dim value As String
value = instance.Executable
instance.Executable = value
public string Executable { get; set; }
public:
virtual property String^ Executable {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract Executable : string with get, set
override Executable : string with get, set
final function get Executable () : String
final function set Executable (value : String)
Valor da propriedade
Tipo: System.String
A String that contains the name of the Microsoft Win32 executable file or batch file to run when the package runs.