Freigeben über


ToTraceStringExtensionMethods.ToTraceString-Methode (IEdmProperty)

Gibt die Textdarstellung des aktuellen Objekts zurück.

Namespace:  Microsoft.Data.Edm
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Function ToTraceString ( _
    property As IEdmProperty _
) As String
'Usage
Dim property As IEdmProperty
Dim returnValue As String

returnValue = property.ToTraceString()
public static string ToTraceString(
    this IEdmProperty property
)
[ExtensionAttribute]
public:
static String^ ToTraceString(
    IEdmProperty^ property
)
static member ToTraceString : 
        property:IEdmProperty -> string 
public static function ToTraceString(
    property : IEdmProperty
) : String

Parameter

Rückgabewert

Typ: System.String
Die Textdarstellung des aktuellen Objekts.

Hinweis zur Verwendung

In Visual Basic und C# können Sie die Methode als Instanzenmethode für jedes Objekt vom Typ IEdmProperty aufrufen. Wenn Sie Instanzmethodensyntax zum Aufruf dieser Methode verwenden, vernachlässigen Sie den ersten Parameter. Weitere Informationen finden Sie unter https://msdn.microsoft.com/de-de/library/bb384936(v=vs.103) oder https://msdn.microsoft.com/de-de/library/bb383977(v=vs.103).

Siehe auch

Verweis

ToTraceStringExtensionMethods Klasse

ToTraceString-Überladung

Microsoft.Data.Edm-Namespace