次の方法で共有


ReportingService2010.CreateCatalogItem メソッド

定義

public:
 Microsoft::SqlServer::ReportingServices2010::CatalogItem ^ CreateCatalogItem(System::String ^ ItemType, System::String ^ Name, System::String ^ Parent, bool Overwrite, cli::array <System::Byte> ^ Definition, cli::array <Microsoft::SqlServer::ReportingServices2010::Property ^> ^ Properties, [Runtime::InteropServices::Out] cli::array <Microsoft::SqlServer::ReportingServices2010::Warning ^> ^ % Warnings);
public Microsoft.SqlServer.ReportingServices2010.CatalogItem CreateCatalogItem (string ItemType, string Name, string Parent, bool Overwrite, byte[] Definition, Microsoft.SqlServer.ReportingServices2010.Property[] Properties, out Microsoft.SqlServer.ReportingServices2010.Warning[] Warnings);
member this.CreateCatalogItem : string * string * string * bool * byte[] * Microsoft.SqlServer.ReportingServices2010.Property[] * Warning[] -> Microsoft.SqlServer.ReportingServices2010.CatalogItem
Public Function CreateCatalogItem (ItemType As String, Name As String, Parent As String, Overwrite As Boolean, Definition As Byte(), Properties As Property(), ByRef Warnings As Warning()) As CatalogItem

パラメーター

ItemType
String
Name
String
Parent
String
Overwrite
Boolean
Definition
Byte[]
Properties
Property[]
Warnings
Warning[]

戻り値

適用対象