Proprietà Executable
Questa API supporta l'infrastruttura .NET Framework e non può essere utilizzato/a direttamente dal codice.
Spazio dei nomi: Microsoft.SqlServer.Dts.Tasks.ExecuteProcess
Assembly: Microsoft.SqlServer.ExecProcTask (in Microsoft.SqlServer.ExecProcTask.dll)
Sintassi
'Dichiarazione
Property Executable As String
Get
Set
'Utilizzo
Dim instance As IDTSExecuteProcess
Dim value As String
value = instance.Executable
instance.Executable = value
string Executable { get; set; }
property String^ Executable {
String^ get ();
void set (String^ value);
}
abstract Executable : string with get, set
function get Executable () : String
function set Executable (value : String)
Valore proprietà
Tipo: System. . :: . .String