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.