Retrieves the display text for the collection editor.
命名空间: Microsoft.SqlServer.Dts.Tasks.XMLTask
程序集: Microsoft.SqlServer.XMLTask(在 Microsoft.SqlServer.XMLTask.dll 中)
语法
声明
Protected Overrides Function GetDisplayText ( _
value As Object _
) As String
用法
Dim value As Object
Dim returnValue As String
returnValue = Me.GetDisplayText(value)
protected override string GetDisplayText(
Object value
)
protected:
virtual String^ GetDisplayText(
Object^ value
) override
abstract GetDisplayText :
value:Object -> string
override GetDisplayText :
value:Object -> string
protected override function GetDisplayText(
value : Object
) : String
参数
- value
类型:System.Object
The value of the text.
返回值
类型:System.String
The display text for the collection editor.