Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.