ObjectEventSet.ToString Method ()

 

Applies To: SQL Server 2016 Preview

Returns a string that represents the ObjectEventSet object.

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 represents the ObjectEventSet object.

Examples

Legacy Code Example

Handling SMO Events

See Also

ObjectEventSet Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top