Compartilhar via


Propriedade do RDL IDTSCustomProperty100.TypeConverter

Gets or sets the type converter for an IDTSCustomProperty100 object.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (em Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxe

'Declaração
Property TypeConverter As String 
    Get 
    Set
'Uso
Dim instance As IDTSCustomProperty100 
Dim value As String 

value = instance.TypeConverter

instance.TypeConverter = value
string TypeConverter { get; set; }
property String^ TypeConverter {
    String^ get ();
    void set (String^ value);
}
abstract TypeConverter : string with get, set
function get TypeConverter () : String 
function set TypeConverter (value : String)

Valor da propriedade

Tipo: System.String
The type converter for the IDTSCustomProperty100 object.

Comentários

The TypeConverter property lets you specify how to convert user-defined types to other data types. One common use is to convert the integer values of an enumeration to the corresponding string for that integer value. When you do this the name of the enumeration is displayed in the property grid instead of the corresponding integer value.

For information on using this property, see "Creating Custom Properties" in Métodos de tempo de design de um componente de fluxo de dados.

Consulte também

Referência

IDTSCustomProperty100 Interface

Namespace Microsoft.SqlServer.Dts.Pipeline.Wrapper