Proprietà IDTSExecuteProcess.WorkingDirectory
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets or sets the directory in which the files specified in the Arguments property can be found.
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.ExecuteProcess
Assembly: Microsoft.SqlServer.ExecProcTask (in Microsoft.SqlServer.ExecProcTask.dll)
Sintassi
'Dichiarazione
Property WorkingDirectory As String
Get
Set
'Utilizzo
Dim instance As IDTSExecuteProcess
Dim value As String
value = instance.WorkingDirectory
instance.WorkingDirectory = value
string WorkingDirectory { get; set; }
property String^ WorkingDirectory {
String^ get ();
void set (String^ value);
}
abstract WorkingDirectory : string with get, set
function get WorkingDirectory () : String
function set WorkingDirectory (value : String)
Valore proprietà
Tipo: System.String
A String that contains the directory in which the files specified in the Arguments property can be found.
Vedere anche
Riferimento
IDTSExecuteProcess Interfaccia
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.ExecuteProcess