ReportingService2010.GetPropertiesAsync Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
| GetPropertiesAsync(String, Property[]) | |
| GetPropertiesAsync(String, Property[], Object) |
GetPropertiesAsync(String, Property[])
public:
void GetPropertiesAsync(System::String ^ ItemPath, cli::array <Microsoft::SqlServer::ReportingServices2010::Property ^> ^ Properties);
public void GetPropertiesAsync (string ItemPath, Microsoft.SqlServer.ReportingServices2010.Property[] Properties);
member this.GetPropertiesAsync : string * Microsoft.SqlServer.ReportingServices2010.Property[] -> unit
Public Sub GetPropertiesAsync (ItemPath As String, Properties As Property())
Parámetros
- ItemPath
- String
- Properties
- Property[]
Se aplica a
GetPropertiesAsync(String, Property[], Object)
public:
void GetPropertiesAsync(System::String ^ ItemPath, cli::array <Microsoft::SqlServer::ReportingServices2010::Property ^> ^ Properties, System::Object ^ userState);
public void GetPropertiesAsync (string ItemPath, Microsoft.SqlServer.ReportingServices2010.Property[] Properties, object userState);
member this.GetPropertiesAsync : string * Microsoft.SqlServer.ReportingServices2010.Property[] * obj -> unit
Public Sub GetPropertiesAsync (ItemPath As String, Properties As Property(), userState As Object)
Parámetros
- ItemPath
- String
- Properties
- Property[]
- userState
- Object