ReportingService2010.CreateFolderAsync 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
| 名稱 | Description |
|---|---|
| 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)
參數
- Folder
- String
- Parent
- String
- Properties
- Property[]
- userState
- Object
適用於
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())
參數
- Folder
- String
- Parent
- String
- Properties
- Property[]