Propriedade do RDL Executable
Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.
Namespace: Microsoft.SqlServer.Dts.Tasks.ExecuteProcess
Assembly: Microsoft.SqlServer.ExecProcTask (em Microsoft.SqlServer.ExecProcTask.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System. . :: . .String
Consulte também