ProfileSubtypePropertyManager.LoadPropertyLocalizationDataFromDB Method
This member overrides PropertyBaseManager<T>.LoadPropertyLocalizationDataFromDB().
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Protected Overrides NotOverridable Function LoadPropertyLocalizationDataFromDB As SqlCommand
'Usage
Dim returnValue As SqlCommand
returnValue = Me.LoadPropertyLocalizationDataFromDB()
protected override sealed SqlCommand LoadPropertyLocalizationDataFromDB()
Return Value
Type: System.Data.SqlClient.SqlCommand
See Also
Reference
ProfileSubtypePropertyManager Class