Share via


ReportingService2006.GetPropertiesAsync Metodo

Definizione

Overload

GetPropertiesAsync(String, Property[])
GetPropertiesAsync(String, Property[], Object)

GetPropertiesAsync(String, Property[])

public:
 void GetPropertiesAsync(System::String ^ Item, cli::array <Microsoft::SqlServer::ReportingServices2006::Property ^> ^ Properties);
public void GetPropertiesAsync (string Item, Microsoft.SqlServer.ReportingServices2006.Property[] Properties);
member this.GetPropertiesAsync : string * Microsoft.SqlServer.ReportingServices2006.Property[] -> unit
Public Sub GetPropertiesAsync (Item As String, Properties As Property())

Parametri

Item
String
Properties
Property[]

Si applica a

GetPropertiesAsync(String, Property[], Object)

public:
 void GetPropertiesAsync(System::String ^ Item, cli::array <Microsoft::SqlServer::ReportingServices2006::Property ^> ^ Properties, System::Object ^ userState);
public void GetPropertiesAsync (string Item, Microsoft.SqlServer.ReportingServices2006.Property[] Properties, object userState);
member this.GetPropertiesAsync : string * Microsoft.SqlServer.ReportingServices2006.Property[] * obj -> unit
Public Sub GetPropertiesAsync (Item As String, Properties As Property(), userState As Object)

Parametri

Item
String
Properties
Property[]
userState
Object

Si applica a