ReportingService2005.SetModelDefinition 方法

Sets the definition for a specified model.

命名空间:  ReportService2005
程序集:  ReportService2005(在 ReportService2005.dll 中)

语法

声明
Public Function SetModelDefinition ( _
    Model As String, _
    Definition As Byte() _
) As Warning()
用法
Dim instance As ReportingService2005 
Dim Model As String 
Dim Definition As Byte()
Dim returnValue As Warning()

returnValue = instance.SetModelDefinition(Model, _
    Definition)
public Warning[] SetModelDefinition(
    string Model,
    byte[] Definition
)
public:
array<Warning^>^ SetModelDefinition(
    String^ Model, 
    array<unsigned char>^ Definition
)
member SetModelDefinition : 
        Model:string * 
        Definition:byte[] -> Warning[] 
public function SetModelDefinition(
    Model : String, 
    Definition : byte[]
) : Warning[]

参数

  • Model
    类型:System.String
    The full name of the model for which to set the model definition.

返回值

类型:array<ReportService2005.Warning[]
An array of Warning objects that describes any warnings that may have occurred during validation of the model definition.

注释

The table below shows header and permissions information on this operation.

SOAP Headers

(In) BatchHeaderValue

(Out) ServerInfoHeaderValue

Required Permissions

UpdateContent

The definition supplied replaces the existing model definition.

The model ID of the submitted model must match that of the existing model, or an rsModelIDMismatch error is returned.

请参阅

参考

ReportingService2005 类

ReportService2005 命名空间