MetadataObject.ReadInternal 方法 (Microsoft.Office.Server.ApplicationRegistry.Administration)

When overridden in a derived class, reads the metadata object from the metadata repository and creates an object.

命名空间: Microsoft.Office.Server.ApplicationRegistry.Administration
程序集: Microsoft.SharePoint.Portal (在 microsoft.sharepoint.portal.dll 中)

语法

声明
Protected Overridable Sub ReadInternal ( _
    sqlCmd As SqlCommand _
)
用法
Dim sqlCmd As SqlCommand

Me.ReadInternal(sqlCmd)
protected virtual void ReadInternal (
    SqlCommand sqlCmd
)

参数

  • sqlCmd
    A SQL command to be executed on the metadata repository.

另请参阅

参考

MetadataObject 类
MetadataObject 成员
Microsoft.Office.Server.ApplicationRegistry.Administration 命名空间