ReportingService2006.SetModelDefinition 메서드
Sets the definition for a specified model.
네임스페이스: ReportService2006
어셈블리: ReportService2006(ReportService2006.dll)
구문
‘선언
Public Function SetModelDefinition ( _
Model As String, _
Definition As Byte() _
) As Warning()
‘사용 방법
Dim instance As ReportingService2006
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 fully qualified URL for the model including the file name and .smdl file name extension.
- Definition
유형: array<System.Byte[]
A byte array that contains the XML model definition. The XML data is defined by the https://schemas.microsoft.com/sqlserver/2004/10/semanticmodeling/ Semantic Model Definition Language .
반환 값
유형: array<ReportService2006.Warning[]
An array of Warning objects that describe any warnings that occurred during validation of the model definition.
주의
The table below shows header and permissions information on this operation.
SOAP Headers |
(Out) ServerInfoHeaderValue |
Required Permissions |
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.