ReportingService2005.BeginCreateFolder Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
public:
IAsyncResult ^ BeginCreateFolder(System::String ^ Folder, System::String ^ Parent, cli::array <Microsoft::SqlServer::ReportingServices2005::Property ^> ^ Properties, AsyncCallback ^ callback, System::Object ^ asyncState);
public IAsyncResult BeginCreateFolder (string Folder, string Parent, Microsoft.SqlServer.ReportingServices2005.Property[] Properties, AsyncCallback callback, object asyncState);
member this.BeginCreateFolder : string * string * Microsoft.SqlServer.ReportingServices2005.Property[] * AsyncCallback * obj -> IAsyncResult
Public Function BeginCreateFolder (Folder As String, Parent As String, Properties As Property(), callback As AsyncCallback, asyncState As Object) As IAsyncResult
Paramètres
- Folder
- String
- Parent
- String
- Properties
- Property[]
- callback
- AsyncCallback
- asyncState
- Object