シンタックス
'宣言
Public Function CreateModel( _
ByVal As BatchHeader, _
ByVal As System.String, _
ByVal As System.String, _
ByVal () As System.Byte, _
ByVal () As Property, _
ByRef () As Warning _
) As ServerInfoHeader
'使用法
Dim instance As ReportingService2005SoapClient
Dim BatchHeader As BatchHeader
Dim Model As System.String
Dim Parent As System.String
Dim Definition() As System.Byte
Dim Properties() As Property
Dim Warnings() As Warning
Dim value As ServerInfoHeader
value = instance.CreateModel(BatchHeader, Model, Parent, Definition, Properties, Warnings)
public ServerInfoHeader CreateModel(
BatchHeader ,
System.string ,
System.string ,
System.byte[] ,
Property[] ,
out Warning[]
)
パラメータ
- BatchHeader
- Model
- Parent
- Definition
- Properties
- Warnings
参照