ReportingService2005.CreateFolder(String, String, Property[]) 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:
void CreateFolder(System::String ^ Folder, System::String ^ Parent, cli::array <Microsoft::SqlServer::ReportingServices2005::Property ^> ^ Properties);
public void CreateFolder (string Folder, string Parent, Microsoft.SqlServer.ReportingServices2005.Property[] Properties);
member this.CreateFolder : string * string * Microsoft.SqlServer.ReportingServices2005.Property[] -> unit
Public Sub CreateFolder (Folder As String, Parent As String, Properties As Property())
Paramètres
- Folder
- String
- Parent
- String
- Properties
- Property[]