ReportingService2010.SetItemDefinition(String, Byte[], Property[]) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
public:
cli::array <Microsoft::SqlServer::ReportingServices2010::Warning ^> ^ SetItemDefinition(System::String ^ ItemPath, cli::array <System::Byte> ^ Definition, cli::array <Microsoft::SqlServer::ReportingServices2010::Property ^> ^ Properties);
public Microsoft.SqlServer.ReportingServices2010.Warning[] SetItemDefinition (string ItemPath, byte[] Definition, Microsoft.SqlServer.ReportingServices2010.Property[] Properties);
member this.SetItemDefinition : string * byte[] * Microsoft.SqlServer.ReportingServices2010.Property[] -> Microsoft.SqlServer.ReportingServices2010.Warning[]
Public Function SetItemDefinition (ItemPath As String, Definition As Byte(), Properties As Property()) As Warning()
Paramètres
- ItemPath
- String
- Definition
- Byte[]
- Properties
- Property[]
Retours
Warning[]