Metodo ToString
Returns a string that represents the ServiceQueueEventSet 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 ServiceQueueEventSet
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 ServiceQueueEventSet object.
Vedere anche