CollationInfo.ToString Method ()

 

Applies To: SQL Server 2016 Preview

Returns a string representation of the current object.

Namespace:   Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

public override string ToString()
public:
virtual String^ ToString() override
override ToString : unit -> string
Public Overrides Function ToString As String

Return Value

Type: System.String

A string representation of the current object.

See Also

CollationInfo Class
Microsoft.SqlServer.Management.SqlParser.Metadata Namespace

Return to top