ReportingService2005.CreateModelAsync 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
CreateModelAsync(String, String, Byte[], Property[], Object) | |
CreateModelAsync(String, String, Byte[], Property[]) |
CreateModelAsync(String, String, Byte[], Property[], Object)
public:
void CreateModelAsync(System::String ^ Model, System::String ^ Parent, cli::array <System::Byte> ^ Definition, cli::array <Microsoft::SqlServer::ReportingServices2005::Property ^> ^ Properties, System::Object ^ userState);
public void CreateModelAsync (string Model, string Parent, byte[] Definition, Microsoft.SqlServer.ReportingServices2005.Property[] Properties, object userState);
member this.CreateModelAsync : string * string * byte[] * Microsoft.SqlServer.ReportingServices2005.Property[] * obj -> unit
Public Sub CreateModelAsync (Model As String, Parent As String, Definition As Byte(), Properties As Property(), userState As Object)
매개 변수
- Model
- String
- Parent
- String
- Definition
- Byte[]
- Properties
- Property[]
- userState
- Object
적용 대상
CreateModelAsync(String, String, Byte[], Property[])
public:
void CreateModelAsync(System::String ^ Model, System::String ^ Parent, cli::array <System::Byte> ^ Definition, cli::array <Microsoft::SqlServer::ReportingServices2005::Property ^> ^ Properties);
public void CreateModelAsync (string Model, string Parent, byte[] Definition, Microsoft.SqlServer.ReportingServices2005.Property[] Properties);
member this.CreateModelAsync : string * string * byte[] * Microsoft.SqlServer.ReportingServices2005.Property[] -> unit
Public Sub CreateModelAsync (Model As String, Parent As String, Definition As Byte(), Properties As Property())
매개 변수
- Model
- String
- Parent
- String
- Definition
- Byte[]
- Properties
- Property[]