Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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.