StandardInputVariable 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 StandardInputVariable As String
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System. . :: . .String