다음을 통해 공유


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

반환

적용 대상