ServerTraceEventSet.ToString Method
Returns a string that represents the ServerTraceEventSet object.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Bildirim
Public Overrides Function ToString As String
'Kullanım
Dim instance As ServerTraceEventSet
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
Return Value
Type: System.String
A String value that represents the ServerTraceEventSet object.
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Examples
See Also
Reference
Microsoft.SqlServer.Management.Smo Namespace