PropertyBase.LoadPropertyDefinition 方法 (SqlCommand, Boolean)

将加载由指定的 SQL 命令来定义的属性定义。

命名空间:  Microsoft.Office.Server.UserProfiles
程序集:  Microsoft.Office.Server.UserProfiles(位于 Microsoft.Office.Server.UserProfiles.dll 中)

语法

声明
Protected Sub LoadPropertyDefinition ( _
    cmd As SqlCommand, _
    isSection As Boolean _
)
用法
Dim cmd As SqlCommand
Dim isSection As Boolean

Me.LoadPropertyDefinition(cmd, isSection)
protected void LoadPropertyDefinition(
    SqlCommand cmd,
    bool isSection
)

参数

  • isSection
    类型:System.Boolean

    指示此属性是否部分属性的值。

另请参阅

引用

PropertyBase 类

PropertyBase 成员

LoadPropertyDefinition 重载

Microsoft.Office.Server.UserProfiles 命名空间