ReportingService2010.CreateFolderAsync 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.
Surcharges
CreateFolderAsync(String, String, Property[], Object) | |
CreateFolderAsync(String, String, Property[]) |
CreateFolderAsync(String, String, Property[], Object)
public:
void CreateFolderAsync(System::String ^ Folder, System::String ^ Parent, cli::array <Microsoft::SqlServer::ReportingServices2010::Property ^> ^ Properties, System::Object ^ userState);
public void CreateFolderAsync (string Folder, string Parent, Microsoft.SqlServer.ReportingServices2010.Property[] Properties, object userState);
member this.CreateFolderAsync : string * string * Microsoft.SqlServer.ReportingServices2010.Property[] * obj -> unit
Public Sub CreateFolderAsync (Folder As String, Parent As String, Properties As Property(), userState As Object)
Paramètres
- Folder
- String
- Parent
- String
- Properties
- Property[]
- userState
- Object
S’applique à
CreateFolderAsync(String, String, Property[])
public:
void CreateFolderAsync(System::String ^ Folder, System::String ^ Parent, cli::array <Microsoft::SqlServer::ReportingServices2010::Property ^> ^ Properties);
public void CreateFolderAsync (string Folder, string Parent, Microsoft.SqlServer.ReportingServices2010.Property[] Properties);
member this.CreateFolderAsync : string * string * Microsoft.SqlServer.ReportingServices2010.Property[] -> unit
Public Sub CreateFolderAsync (Folder As String, Parent As String, Properties As Property())
Paramètres
- Folder
- String
- Parent
- String
- Properties
- Property[]