ReportingService2006.SetPropertiesAsync Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
SetPropertiesAsync(String, Property[]) | |
SetPropertiesAsync(String, Property[], Object) |
SetPropertiesAsync(String, Property[])
public:
void SetPropertiesAsync(System::String ^ Item, cli::array <Microsoft::SqlServer::ReportingServices2006::Property ^> ^ Properties);
public void SetPropertiesAsync (string Item, Microsoft.SqlServer.ReportingServices2006.Property[] Properties);
member this.SetPropertiesAsync : string * Microsoft.SqlServer.ReportingServices2006.Property[] -> unit
Public Sub SetPropertiesAsync (Item As String, Properties As Property())
Параметры
- Item
- String
- Properties
- Property[]
Применяется к
SetPropertiesAsync(String, Property[], Object)
public:
void SetPropertiesAsync(System::String ^ Item, cli::array <Microsoft::SqlServer::ReportingServices2006::Property ^> ^ Properties, System::Object ^ userState);
public void SetPropertiesAsync (string Item, Microsoft.SqlServer.ReportingServices2006.Property[] Properties, object userState);
member this.SetPropertiesAsync : string * Microsoft.SqlServer.ReportingServices2006.Property[] * obj -> unit
Public Sub SetPropertiesAsync (Item As String, Properties As Property(), userState As Object)
Параметры
- Item
- String
- Properties
- Property[]
- userState
- Object