다음을 통해 공유


TypeConverter 속성

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

네임스페이스:  Microsoft.SqlServer.Dts.Runtime
어셈블리:  Microsoft.SqlServer.ManagedDTS.dll의 Microsoft.SqlServer.ManagedDTS

구문

‘선언
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.