QueueStatusDataSet.StatusRow.MachineName プロパティ
キュー ジョブを処理するコンピューターの名前を指定します。
名前空間: WebSvcQueueSystem
アセンブリ: ProjectServerServices (ProjectServerServices.dll 内)
構文
'宣言
Public Property MachineName As String
Get
Set
'使用
Dim instance As QueueStatusDataSet.StatusRow
Dim value As String
value = instance.MachineName
instance.MachineName = value
public string MachineName { get; set; }
プロパティ値
注釈
キュー サービスが実行されている 1 つ以上のコンピューターがあります。ジョブが処理されていない場合、 MachineNameプロパティはnull 参照 (Visual Basic のNothing )です。
関連項目
参照先
QueueStatusDataSet.StatusRow クラス