Freigeben über


TabularColumnDefinition.ToString-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Returns a string representation of the column.

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

'Declaration
Public Overrides Function ToString As String
'Usage
Dim instance As TabularColumnDefinition 
Dim returnValue As String 

returnValue = instance.ToString()
public override string ToString()
public:
virtual String^ ToString() override
abstract ToString : unit -> string  
override ToString : unit -> string
public override function ToString() : String

Rückgabewert

Typ: System.String
A string representation of the column.

Siehe auch

Verweis

TabularColumnDefinition Klasse

Microsoft.MasterDataServices.Services.DataContracts-Namespace