SuspectPage.ToString Method ()

 

Returns a string that represents the instance.

Namespace:   Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.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 that represents the instance.

See Also

SuspectPage Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top