共用方式為


DtsProperty.TypeConverter 屬性

Returns the assembly-qualified type name of the type converter object for the property.

命名空間:  Microsoft.SqlServer.Dts.Runtime
組件:  Microsoft.SqlServer.ManagedDTS (在 Microsoft.SqlServer.ManagedDTS.dll 中)

語法

'宣告
Public ReadOnly Property TypeConverter As String 
    Get
'用途
Dim instance As DtsProperty 
Dim value As String 

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

屬性值

型別:System.String
A String that contains the assembly-qualified type name of the object that does type conversion.

請參閱

參考

DtsProperty 類別

Microsoft.SqlServer.Dts.Runtime 命名空間