Target.GetTargetData Method
Gets the target data.
Namespace: Microsoft.SqlServer.Management.XEvent
Assembly: Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)
Syntax
'Declaration
Public Function GetTargetData As String
'Usage
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
Return Value
Type: System.String
The target data.