ReportingService2005.GetItemType(String) 方法

定义

public:
 Microsoft::SqlServer::ReportingServices2005::ItemTypeEnum GetItemType(System::String ^ Item);
[System.Web.Services.Protocols.SoapDocumentMethod("http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/GetItemType", ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped, RequestNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", ResponseNamespace="http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Use=System.Web.Services.Description.SoapBindingUse.Literal)]
[System.Web.Services.Protocols.SoapHeader("ServerInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
public Microsoft.SqlServer.ReportingServices2005.ItemTypeEnum GetItemType (string Item);
Public Function GetItemType (Item As String) As ItemTypeEnum

参数

Item
String

返回

ItemTypeEnum
属性

适用于