Share via


PropertyBase.LoadPropertyDefinition - Méthode (SqlCommand, Boolean)

Charge la définition de la propriété qui est définie par la commande SQL spécifiée.

Espace de noms :  Microsoft.Office.Server.UserProfiles
Assembly :  Microsoft.Office.Server.UserProfiles (dans Microsoft.Office.Server.UserProfiles.dll)

Syntaxe

'Déclaration
Protected Sub LoadPropertyDefinition ( _
    cmd As SqlCommand, _
    isSection As Boolean _
)
'Utilisation
Dim cmd As SqlCommand
Dim isSection As Boolean

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

Paramètres

  • isSection
    Type : System.Boolean

    La valeur qui indique si cette propriété est une propriété de section.

Voir aussi

Référence

PropertyBase classe

PropertyBase - Membres

LoadPropertyDefinition - Surcharge

Microsoft.Office.Server.UserProfiles - Espace de noms