Partilhar via


Método ViewEventSet.ToString

Returns a String that represents the ViewEventSet object.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public Overrides Function ToString As String
'Uso
Dim instance As ViewEventSet 
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

Valor de retorno

Tipo: System.String
A String value that represents the ViewEventSet object.

Exemplos

Manipulando eventos SMO

Consulte também

Referência

ViewEventSet Classe

Namespace Microsoft.SqlServer.Management.Smo