다음을 통해 공유


ReportingService2010.SetItemLinkAsync 메서드

정의

오버로드

SetItemLinkAsync(String, String)
SetItemLinkAsync(String, String, Object)

SetItemLinkAsync(String, String)

public:
 void SetItemLinkAsync(System::String ^ ItemPath, System::String ^ Link);
public void SetItemLinkAsync (string ItemPath, string Link);
member this.SetItemLinkAsync : string * string -> unit
Public Sub SetItemLinkAsync (ItemPath As String, Link As String)

매개 변수

ItemPath
String
Link
String

적용 대상

SetItemLinkAsync(String, String, Object)

public:
 void SetItemLinkAsync(System::String ^ ItemPath, System::String ^ Link, System::Object ^ userState);
public void SetItemLinkAsync (string ItemPath, string Link, object userState);
member this.SetItemLinkAsync : string * string * obj -> unit
Public Sub SetItemLinkAsync (ItemPath As String, Link As String, userState As Object)

매개 변수

ItemPath
String
Link
String
userState
Object

적용 대상