TableEvent.ToString Method ()

 

Applies To: SQL Server 2016 Preview

Returns the referenced object in string format.

Namespace:   Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.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 value that specifies the referenced object.

Examples

Legacy Code Example

Handling SMO Events

See Also

TableEvent Class
Microsoft.SqlServer.Management.Smo Namespace
Handling SMO Events

Return to top