ReportingService2010.GetUserSettingsAsync 方法

定義

多載

GetUserSettingsAsync(Property[])

public:
 void GetUserSettingsAsync(cli::array <Microsoft::SqlServer::ReportingServices2010::Property ^> ^ Properties);
public void GetUserSettingsAsync(Microsoft.SqlServer.ReportingServices2010.Property[] Properties);
member this.GetUserSettingsAsync : Microsoft.SqlServer.ReportingServices2010.Property[] -> unit
Public Sub GetUserSettingsAsync (Properties As Property())

參數

Properties
Property[]

適用於

GetUserSettingsAsync(Property[], Object)

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

參數

Properties
Property[]
userState
Object

適用於