Executable Propiedad
Esta API es compatible con la infraestructura de .NET Framework y no se diseñó para usarse directamente desde el código.
Espacio de nombres: Microsoft.SqlServer.Dts.Tasks.ExecuteProcess
Ensamblado: Microsoft.SqlServer.ExecProcTask (en Microsoft.SqlServer.ExecProcTask.dll)
Sintaxis
'Declaración
Property Executable As String
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System. . :: . .String