Delen via


DtsPropertyAttribute.TypeConverter Property

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

Gets or sets the type converter for the attribute.

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
The type converter for the attribute.

See Also

Reference

DtsPropertyAttribute Class

Microsoft.SqlServer.Dts.Runtime Namespace