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
)
参数
cmd
类型:System.Data.SqlClient.SqlCommand预先构建的 SQL 命令。
isSection
类型:System.Boolean指示此属性是否部分属性的值。