RSConnection.CreateModel(String, String, Byte[], Property[]) Método

Definição

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()

Parâmetros

itemName
String
parentPath
String
definition
Byte[]
properties
Property[]

Retornos

Aplica-se a