Właściwość ExecuteProcess.Executable
Pobiera lub ustawia nazwę Microsoft pliku wykonywalnego Win32 lub partia podczas uruchamianie pliku uruchamia pakiet.
Przestrzeń nazw: Microsoft.SqlServer.Dts.Tasks.ExecuteProcess
Zestaw: Microsoft.SqlServer.ExecProcTask (w Microsoft.SqlServer.ExecProcTask.dll)
Składnia
'Deklaracja
Public Property Executable As String
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.String
A ciąg zawiera nazwę Microsoft pliku wykonywalnego Win32 lub partia podczas uruchamianie pliku uruchamia pakiet.
Implementacje
Zobacz także