共用方式為


LookupTable 類別

Project Server 中包含管理自訂欄位的查閱表格和對應的代碼遮罩的方法。

繼承階層架構

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      System.Web.Services.Protocols.WebClientProtocol
        System.Web.Services.Protocols.HttpWebClientProtocol
          System.Web.Services.Protocols.SoapHttpClientProtocol
            WebSvcLookupTable.LookupTable

命名空間:  WebSvcLookupTable
組件:  ProjectServerServices (在 ProjectServerServices.dll 中)

語法

'宣告
<WebServiceBindingAttribute(Name := "LookupTableSoap", Namespace := "https://schemas.microsoft.com/office/project/server/webservices/LookupTable/")> _
Public Class LookupTable _
    Inherits SoapHttpClientProtocol
'用途
Dim instance As LookupTable
[WebServiceBindingAttribute(Name = "LookupTableSoap", Namespace = "https://schemas.microsoft.com/office/project/server/webservices/LookupTable/")]
public class LookupTable : SoapHttpClientProtocol

執行緒安全

這類型的任何公用 static (共用 於 Visual Basic 中) 成員是安全執行緒。不保證任何執行個體成員都是安全執行緒。

請參閱

參照

LookupTable 成員

WebSvcLookupTable 命名空間