Compartir a través de


IDTSCustomProperty100.ExpressionType Propiedad

Gets or sets the type of the expression.

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxis

'Declaración
Property ExpressionType As DTSCustomPropertyExpressionType 
    Get 
    Set
'Uso
Dim instance As IDTSCustomProperty100 
Dim value As DTSCustomPropertyExpressionType 

value = instance.ExpressionType

instance.ExpressionType = value
DTSCustomPropertyExpressionType ExpressionType { get; set; }
property DTSCustomPropertyExpressionType ExpressionType {
    DTSCustomPropertyExpressionType get ();
    void set (DTSCustomPropertyExpressionType value);
}
abstract ExpressionType : DTSCustomPropertyExpressionType with get, set
function get ExpressionType () : DTSCustomPropertyExpressionType 
function set ExpressionType (value : DTSCustomPropertyExpressionType)

Valor de la propiedad

Tipo: Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSCustomPropertyExpressionType
One of the DTSCustomPropertyExpressionType values.

Comentarios

For information on using this property, see "Creating Custom Properties" in Métodos en tiempo de diseño de un componente de flujo de datos.

Vea también

Referencia

IDTSCustomProperty100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Pipeline.Wrapper