Metodo UserDefinedFunctionEventSet.ToString

Returns a String that represents the UserDefinedFunctionEventSet object.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public Overrides Function ToString As String
'Utilizzo
Dim instance As UserDefinedFunctionEventSet 
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

Valore restituito

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

Esempi

Gestione degli eventi SMO

Vedere anche

Riferimento

UserDefinedFunctionEventSet Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo