次の方法で共有


DataClass.GetById メソッド (Microsoft.Office.Server.ApplicationRegistry.MetadataModel)

ID が指定された DataClass オブジェクトを取得します。

名前空間: Microsoft.Office.Server.ApplicationRegistry.MetadataModel
アセンブリ: Microsoft.SharePoint.Portal (microsoft.sharepoint.portal.dll 内)

構文

'宣言
Public Shared Function GetById ( _
    metadataObjectId As UInteger _
) As DataClass
'使用
Dim metadataObjectId As UInteger
Dim returnValue As DataClass

returnValue = DataClass.GetById(metadataObjectId)
public static DataClass GetById (
    uint metadataObjectId
)

パラメータ

  • metadataObjectId
    DataClass (エンティティ) オブジェクトの ID。

戻り値

DataClass オブジェクト。

関連項目

参照

DataClass クラス
DataClass メンバ
Microsoft.Office.Server.ApplicationRegistry.MetadataModel 名前空間