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[]