ReportingService2006.BeginSetModelItemPolicies 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í.
public:
IAsyncResult ^ BeginSetModelItemPolicies(System::String ^ Model, System::String ^ ModelItemID, cli::array <Microsoft::SqlServer::ReportingServices2006::Policy ^> ^ Policies, AsyncCallback ^ callback, System::Object ^ asyncState);
public IAsyncResult BeginSetModelItemPolicies (string Model, string ModelItemID, Microsoft.SqlServer.ReportingServices2006.Policy[] Policies, AsyncCallback callback, object asyncState);
member this.BeginSetModelItemPolicies : string * string * Microsoft.SqlServer.ReportingServices2006.Policy[] * AsyncCallback * obj -> IAsyncResult
Public Function BeginSetModelItemPolicies (Model As String, ModelItemID As String, Policies As Policy(), callback As AsyncCallback, asyncState As Object) As IAsyncResult
Parámetros
- Model
- String
- ModelItemID
- String
- Policies
- Policy[]
- callback
- AsyncCallback
- asyncState
- Object