ReportingService2006.BeginSetCacheOptions Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
public:
IAsyncResult ^ BeginSetCacheOptions(System::String ^ Report, bool CacheReport, Microsoft::SqlServer::ReportingServices2006::ExpirationDefinition ^ Item, AsyncCallback ^ callback, System::Object ^ asyncState);
public IAsyncResult BeginSetCacheOptions (string Report, bool CacheReport, Microsoft.SqlServer.ReportingServices2006.ExpirationDefinition Item, AsyncCallback callback, object asyncState);
member this.BeginSetCacheOptions : string * bool * Microsoft.SqlServer.ReportingServices2006.ExpirationDefinition * AsyncCallback * obj -> IAsyncResult
Public Function BeginSetCacheOptions (Report As String, CacheReport As Boolean, Item As ExpirationDefinition, callback As AsyncCallback, asyncState As Object) As IAsyncResult
Parâmetros
- Report
- String
- CacheReport
- Boolean
- Item
- ExpirationDefinition
- callback
- AsyncCallback
- asyncState
- Object