Target.GetTargetData 메서드
Gets the target data.
네임스페이스: Microsoft.SqlServer.Management.XEvent
어셈블리: Microsoft.SqlServer.Management.XEvent(Microsoft.SqlServer.Management.XEvent.dll)
구문
‘선언
Public Function GetTargetData As String
‘사용 방법
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
반환 값
유형: System.String
The target data.