RSConnection2006.CreateModel(String, String, Byte[], Property[], Warning[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
Microsoft::SqlServer::ReportingServices2006::CatalogItem ^ CreateModel(System::String ^ itemName, System::String ^ parentPath, cli::array <System::Byte> ^ definition, cli::array <Microsoft::SqlServer::ReportingServices2006::Property ^> ^ properties, [Runtime::InteropServices::Out] cli::array <Microsoft::SqlServer::ReportingServices2006::Warning ^> ^ % warnings);
public Microsoft.SqlServer.ReportingServices2006.CatalogItem CreateModel (string itemName, string parentPath, byte[] definition, Microsoft.SqlServer.ReportingServices2006.Property[] properties, out Microsoft.SqlServer.ReportingServices2006.Warning[] warnings);
override this.CreateModel : string * string * byte[] * Microsoft.SqlServer.ReportingServices2006.Property[] * Warning[] -> Microsoft.SqlServer.ReportingServices2006.CatalogItem
Public Function CreateModel (itemName As String, parentPath As String, definition As Byte(), properties As Property(), ByRef warnings As Warning()) As CatalogItem
Parameters
- itemName
- String
- parentPath
- String
- definition
- Byte[]
- properties
- Property[]
- warnings
- Warning[]