ReportingService2010.CreateLinkedItemAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| CreateLinkedItemAsync(String, String, String, Property[]) | |
| CreateLinkedItemAsync(String, String, String, Property[], Object) |
CreateLinkedItemAsync(String, String, String, Property[])
public:
void CreateLinkedItemAsync(System::String ^ ItemPath, System::String ^ Parent, System::String ^ Link, cli::array <Microsoft::SqlServer::ReportingServices2010::Property ^> ^ Properties);
public void CreateLinkedItemAsync (string ItemPath, string Parent, string Link, Microsoft.SqlServer.ReportingServices2010.Property[] Properties);
member this.CreateLinkedItemAsync : string * string * string * Microsoft.SqlServer.ReportingServices2010.Property[] -> unit
Public Sub CreateLinkedItemAsync (ItemPath As String, Parent As String, Link As String, Properties As Property())
パラメーター
- ItemPath
- String
- Parent
- String
- Link
- String
- Properties
- Property[]
適用対象
CreateLinkedItemAsync(String, String, String, Property[], Object)
public:
void CreateLinkedItemAsync(System::String ^ ItemPath, System::String ^ Parent, System::String ^ Link, cli::array <Microsoft::SqlServer::ReportingServices2010::Property ^> ^ Properties, System::Object ^ userState);
public void CreateLinkedItemAsync (string ItemPath, string Parent, string Link, Microsoft.SqlServer.ReportingServices2010.Property[] Properties, object userState);
member this.CreateLinkedItemAsync : string * string * string * Microsoft.SqlServer.ReportingServices2010.Property[] * obj -> unit
Public Sub CreateLinkedItemAsync (ItemPath As String, Parent As String, Link As String, Properties As Property(), userState As Object)
パラメーター
- ItemPath
- String
- Parent
- String
- Link
- String
- Properties
- Property[]
- userState
- Object