Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.