LookupTable.CheckInLookupTables メソッド
指定したユーザー設定フィールドの参照テーブルをチェックインします。
名前空間: WebSvcLookupTable
アセンブリ: ProjectServerServices (ProjectServerServices.dll 内)
構文
'宣言
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/LookupTable/CheckInLookupTables", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/LookupTable/", _
ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/LookupTable/", _
Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Sub CheckInLookupTables ( _
array As Guid(), _
force As Boolean _
)
'使用
Dim instance As LookupTable
Dim array As Guid()
Dim force As Boolean
instance.CheckInLookupTables(array, force)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/LookupTable/CheckInLookupTables", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/LookupTable/",
ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/LookupTable/",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public void CheckInLookupTables(
Guid[] array,
bool force
)
パラメーター
array
型: []参照テーブル Guid の配列。
force
型: System.Boolean別のユーザーによってチェック アウトされている場合は、強制的にチェックイン、します。