ReportingService2010.CreateLinkedItemAsync 方法

定义

重载

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);
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);
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

适用于