Método Target.GetTargetData
Gets the target data.
Namespace: Microsoft.SqlServer.Management.XEvent
Assembly: Microsoft.SqlServer.Management.XEvent (em Microsoft.SqlServer.Management.XEvent.dll)
Sintaxe
'Declaração
Public Function GetTargetData As String
'Uso
Dim instance As Target
Dim returnValue As String
returnValue = instance.GetTargetData()
public string GetTargetData()
public:
String^ GetTargetData()
member GetTargetData : unit -> string
public function GetTargetData() : String
Valor de retorno
Tipo: System.String
The target data.