Propriété Executable
Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.
Espace de noms : Microsoft.SqlServer.Dts.Tasks.ExecuteProcess
Assembly : Microsoft.SqlServer.ExecProcTask (en Microsoft.SqlServer.ExecProcTask.dll)
Syntaxe
'Déclaration
Property Executable As String
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System. . :: . .String
Voir aussi