次の方法で共有


ResourceAuthorizationDataSet.ResourcesDataTable.FindByRES_UID メソッド

指定したリソースの GUID を使用して、 ResourcesRowオブジェクトを取得します。

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

構文

'宣言
Public Function FindByRES_UID ( _
    RES_UID As Guid _
) As ResourceAuthorizationDataSet.ResourcesRow
'使用
Dim instance As ResourceAuthorizationDataSet.ResourcesDataTable
Dim RES_UID As Guid
Dim returnValue As ResourceAuthorizationDataSet.ResourcesRow

returnValue = instance.FindByRES_UID(RES_UID)
public ResourceAuthorizationDataSet.ResourcesRow FindByRES_UID(
    Guid RES_UID
)

パラメーター

  • RES_UID
    型: System.Guid

    リソース GUID が含まれています。

戻り値

型: WebSvcResource.ResourceAuthorizationDataSet.ResourcesRow

関連項目

参照先

ResourceAuthorizationDataSet.ResourcesDataTable クラス

ResourceAuthorizationDataSet.ResourcesDataTable メンバー

WebSvcResource 名前空間