Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the display text for the collection editor.
Namespace: Microsoft.SqlServer.Dts.Tasks.XMLTask
Assembly: Microsoft.SqlServer.XMLTask (in Microsoft.SqlServer.XMLTask.dll)
Syntax
'Declaration
Protected Overrides Function GetDisplayText ( _
value As Object _
) As String
'Usage
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
Parameters
- value
Type: System.Object
The value of the text.
Return Value
Type: System.String
The display text for the collection editor.