次の方法で共有


ReportingService2010.GetUserSettingsAsync メソッド

定義

オーバーロード

GetUserSettingsAsync(Property[])
GetUserSettingsAsync(Property[], Object)

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

適用対象