ReportingService2005.CreateFolderAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| 名前 | 説明 |
|---|---|
| CreateFolderAsync(String, String, Property[]) | |
| CreateFolderAsync(String, String, Property[], Object) |
CreateFolderAsync(String, String, Property[])
public:
void CreateFolderAsync(System::String ^ Folder, System::String ^ Parent, cli::array <Microsoft::SqlServer::ReportingServices2005::Property ^> ^ Properties);
public void CreateFolderAsync(string Folder, string Parent, Microsoft.SqlServer.ReportingServices2005.Property[] Properties);
member this.CreateFolderAsync : string * string * Microsoft.SqlServer.ReportingServices2005.Property[] -> unit
Public Sub CreateFolderAsync (Folder As String, Parent As String, Properties As Property())
パラメーター
- Folder
- String
- Parent
- String
- Properties
- Property[]
適用対象
CreateFolderAsync(String, String, Property[], Object)
public:
void CreateFolderAsync(System::String ^ Folder, System::String ^ Parent, cli::array <Microsoft::SqlServer::ReportingServices2005::Property ^> ^ Properties, System::Object ^ userState);
public void CreateFolderAsync(string Folder, string Parent, Microsoft.SqlServer.ReportingServices2005.Property[] Properties, object userState);
member this.CreateFolderAsync : string * string * Microsoft.SqlServer.ReportingServices2005.Property[] * obj -> unit
Public Sub CreateFolderAsync (Folder As String, Parent As String, Properties As Property(), userState As Object)
パラメーター
- Folder
- String
- Parent
- String
- Properties
- Property[]
- userState
- Object