Driver クラス

プロジェクトの優先順位および戦略的なビジネス ルールの定義の分析のためのビジネス ドライバーを管理するメソッドを提供します。

継承階層

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      System.Web.Services.Protocols.WebClientProtocol
        System.Web.Services.Protocols.HttpWebClientProtocol
          System.Web.Services.Protocols.SoapHttpClientProtocol
            WebSvcDriver.Driver

名前空間:  WebSvcDriver
アセンブリ:  ProjectServerServices (ProjectServerServices.dll 内)

構文

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

スレッド セーフ

この型のパブリック static (Visual Basic のShared ) メンバーはいずれもスレッド セーフです。インスタンス メンバーはスレッド セーフになるという保証はありません。

関連項目

参照先

Driver メンバー

WebSvcDriver 名前空間