Proprietà ExpressionType
Gets or sets a value indicating whether the value of the custom property can be specified by using property expressions.
Spazio dei nomi Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Sintassi
'Dichiarazione
Property ExpressionType As DTSCustomPropertyExpressionType
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: Microsoft.SqlServer.Dts.Pipeline.Wrapper. . :: . .DTSCustomPropertyExpressionType
One of the DTSCustomPropertyExpressionType values.
Osservazioni
For information on using this property, see "Creating Custom Properties" in Metodi della fase di progettazione di un componente del flusso di dati.
Vedere anche