RSConnection.CreateModel(String, String, Byte[], Property[]) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
public:
cli::array <Microsoft::SqlServer::ReportingServices2005::Warning ^> ^ CreateModel(System::String ^ itemName, System::String ^ parentPath, cli::array <System::Byte> ^ definition, cli::array <Microsoft::SqlServer::ReportingServices2005::Property ^> ^ properties);
public Microsoft.SqlServer.ReportingServices2005.Warning[] CreateModel (string itemName, string parentPath, byte[] definition, Microsoft.SqlServer.ReportingServices2005.Property[] properties);
override this.CreateModel : string * string * byte[] * Microsoft.SqlServer.ReportingServices2005.Property[] -> Microsoft.SqlServer.ReportingServices2005.Warning[]
Public Function CreateModel (itemName As String, parentPath As String, definition As Byte(), properties As Property()) As Warning()
パラメーター
- itemName
- String
- parentPath
- String
- definition
- Byte[]
- properties
- Property[]
戻り値
Warning[]