ReportingService2010.BeginSetModelItemPolicies 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
IAsyncResult ^ BeginSetModelItemPolicies(System::String ^ Model, System::String ^ ModelItemID, cli::array <Microsoft::SqlServer::ReportingServices2010::Policy ^> ^ Policies, AsyncCallback ^ callback, System::Object ^ asyncState);
public IAsyncResult BeginSetModelItemPolicies (string Model, string ModelItemID, Microsoft.SqlServer.ReportingServices2010.Policy[] Policies, AsyncCallback callback, object asyncState);
Public Function BeginSetModelItemPolicies (Model As String, ModelItemID As String, Policies As Policy(), callback As AsyncCallback, asyncState As Object) As IAsyncResult
參數
- Model
- String
- ModelItemID
- String
- Policies
- Policy[]
- callback
- AsyncCallback
- asyncState
- Object