'宣言 Public Function GetRoleProperties( _ ByVal Name As System.String, _ ByRef Tasks() As Task, _ ByRef Description As System.String _ ) As ServerInfoHeader
'使用法 Dim instance As ReportingService2005SoapClient Dim Name As System.String Dim Tasks() As Task Dim Description As System.String Dim value As ServerInfoHeader value = instance.GetRoleProperties(Name, Tasks, Description)
public ServerInfoHeader GetRoleProperties( System.string Name, out Task[] Tasks, out System.string Description )
パラメータ
- Name
- Tasks
- Description