Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets or sets the expression to be executed by the task.
Espacio de nombres: Microsoft.SqlServer.Dts.Tasks.ExpressionTask
Ensamblado: Microsoft.SqlServer.ExpressionTask (en Microsoft.SqlServer.ExpressionTask.dll)
Sintaxis
'Declaración
Public Property Expression As String
Get
Set
'Uso
Dim instance As ExpressionTask
Dim value As String
value = instance.Expression
instance.Expression = value
public string Expression { get; set; }
public:
property String^ Expression {
String^ get ();
void set (String^ value);
}
member Expression : string with get, set
function get Expression () : String
function set Expression (value : String)
Valor de la propiedad
Tipo: System.String
The expression to be executed by the task.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Dts.Tasks.ExpressionTask