ResourcePlan.QueueCheckInResourcePlans メソッド
指定されたリソース計画をチェックインします。
名前空間: WebSvcResourcePlan
アセンブリ: ProjectServerServices (ProjectServerServices.dll 内)
構文
'宣言
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/ResourcePlan/QueueCheckInResourcePlans", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/ResourcePlan/", _
ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/ResourcePlan/", _
Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Sub QueueCheckInResourcePlans ( _
projectUids As Guid(), _
force As Boolean, _
jobUids As Guid() _
)
'使用
Dim instance As ResourcePlan
Dim projectUids As Guid()
Dim force As Boolean
Dim jobUids As Guid()
instance.QueueCheckInResourcePlans(projectUids, _
force, jobUids)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/ResourcePlan/QueueCheckInResourcePlans", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/ResourcePlan/",
ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/ResourcePlan/",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public void QueueCheckInResourcePlans(
Guid[] projectUids,
bool force,
Guid[] jobUids
)
パラメーター
projectUids
型: []プロジェクト Guid の配列が含まれています。
force
型: System.Boolean場合trueにチェックを強制します。
jobUids
型: []キュー ジョブの Guid の配列が含まれています。