Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Gets or sets the name of the variable to be used as an input to the process to be run.
Espace de noms : Microsoft.SqlServer.Dts.Tasks.ExecuteProcess
Assembly : Microsoft.SqlServer.ExecProcTask (en Microsoft.SqlServer.ExecProcTask.dll)
Syntaxe
'Déclaration
Property StandardInputVariable As String
Get
Set
'Utilisation
Dim instance As IDTSExecuteProcess
Dim value As String
value = instance.StandardInputVariable
instance.StandardInputVariable = value
string StandardInputVariable { get; set; }
property String^ StandardInputVariable {
String^ get ();
void set (String^ value);
}
abstract StandardInputVariable : string with get, set
function get StandardInputVariable () : String
function set StandardInputVariable (value : String)
Valeur de propriété
Type : System.String
A String that contains the name of the variable to be used as an input to the process to be run.