IDTSCustomProperty90.TypeConverter Property
Specifies the type converter for an IDTSCustomProperty90 object.
네임스페이스: Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)
구문
‘선언
<DispIdAttribute(104)> _
Property TypeConverter As String
[DispIdAttribute(104)]
string TypeConverter { get; set; }
[DispIdAttribute(104)]
property String^ TypeConverter {
String^ get ();
void set ([InAttribute] String^ pbstrTypeConverter);
}
/** @property */
/** @attribute DispIdAttribute(104) */
String get_TypeConverter ()
/** @property */
/** @attribute DispIdAttribute(104) */
void set_TypeConverter (/** @attribute InAttribute() */ String pbstrTypeConverter)
DispIdAttribute(104)
function get TypeConverter () : String
DispIdAttribute(104)
function set TypeConverter (pbstrTypeConverter : String)
속성 값
A String that specifies the type converter for the IDTSCustomProperty90 object.
주의
The TypeConverter property lets you specify how to convert user-defined types to other data types. One common use is to convert the integer values of an enumeration to the corresponding string for that integer value. When you do this the name of the enumeration is displayed in the property grid instead of the corresponding integer value.
For information on using this property, see "Creating Custom Properties" in Design-time Methods of a Data Flow Component.
스레드 보안
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
플랫폼
개발 플랫폼
지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.
대상 플랫폼
지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.
참고 항목
참조
IDTSCustomProperty90 Interface
IDTSCustomProperty90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace