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