Freigeben über


IDTSCustomProperty90.UITypeEditor Property

Specifies the editor for an IDTSCustomProperty90 object.

Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly : Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)

Syntax

'Declaration
<DispIdAttribute(105)> _
Property UITypeEditor As String
[DispIdAttribute(105)] 
string UITypeEditor { get; set; }
[DispIdAttribute(105)] 
property String^ UITypeEditor {
    String^ get ();
    void set ([InAttribute] String^ pbstrUITypeEditor);
}
/** @property */
/** @attribute DispIdAttribute(105) */ 
String get_UITypeEditor ()

/** @property */
/** @attribute DispIdAttribute(105) */ 
void set_UITypeEditor (/** @attribute InAttribute() */ String pbstrUITypeEditor)
DispIdAttribute(105) 
function get UITypeEditor () : String

DispIdAttribute(105) 
function set UITypeEditor (pbstrUITypeEditor : String)

Eigenschaftswert

A String that identifies the editor for the IDTSCustomProperty90 object.

Hinweise

You can specify the editor for an IDTSCustomProperty90 object by providing the fully qualified name of an assembly that implements the editor. Custom editors are useful when a text box value editor is insufficient to effectively modify the values of a custom property.

The fully qualified name of the assembly consists of a string that contains five comma-delimited sections: namespace-qualified class name, assembly name, version, culture, and public key token.

For example, to specify the FileNameEditor as the editor for an IDTSCustomProperty90 object, the following string is provided:

"System.Windows.Forms.Design.FileNameEditor, System.Design, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
ms199389.note(de-de,SQL.90).gifHinweis:
The version and PublicKeyToken sections of the string may differ on your computer. This information can be viewed by examining the assembly in the Global Assembly Cache.

For information on using this property, see "Creating Custom Properties" in Design-time Methods of a Data Flow Component.

Threadsicherheit

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.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

IDTSCustomProperty90 Interface
IDTSCustomProperty90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace