DtsPropertyAttribute.TypeConverter Property

This API supports the infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

'Declaration
Public Property TypeConverter As String
    Get
    Set
'Usage
Dim instance As DtsPropertyAttribute
Dim value As String

value = instance.TypeConverter

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

Property Value

Type: System.String