シンタックス
'宣言
Public Function CreateResource( _
ByVal As BatchHeader, _
ByVal As System.String, _
ByVal As System.String, _
ByVal As System.Boolean, _
ByVal () As System.Byte, _
ByVal As System.String, _
ByVal () As Property _
) As ServerInfoHeader
'使用法
Dim instance As ReportingService2005SoapClient
Dim BatchHeader As BatchHeader
Dim Resource As System.String
Dim Parent As System.String
Dim Overwrite As System.Boolean
Dim Contents() As System.Byte
Dim MimeType As System.String
Dim Properties() As Property
Dim value As ServerInfoHeader
value = instance.CreateResource(BatchHeader, Resource, Parent, Overwrite, Contents, MimeType, Properties)
public ServerInfoHeader CreateResource(
BatchHeader ,
System.string ,
System.string ,
System.bool ,
System.byte[] ,
System.string ,
Property[]
)
パラメータ
- BatchHeader
- Resource
- Parent
- Overwrite
- Contents
- MimeType
- Properties
参照