SqlSmoObject.GetPropValueOptionalAllowNull(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Récupérez la valeur de la propriété à partir de : - Le conteneur de propriétés si l’état est en cours de création ou que nous sommes en mode Création (null possible) - Un appel à notre méthode OnPropertyMissing sinon (valeur NULL possible)
protected internal object GetPropValueOptionalAllowNull(string propName);
member this.GetPropValueOptionalAllowNull : string -> obj
Protected Friend Function GetPropValueOptionalAllowNull (propName As String) As Object
Paramètres
- propName
- String