PropertyDictionary.TryGetProperty(String, ISfcProperty) 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ère la propriété associée à la clé spécifiée. Cette classe ne peut pas être héritée.
public:
virtual bool TryGetProperty(System::String ^ name, [Runtime::InteropServices::Out] Microsoft::SqlServer::Management::Sdk::Sfc::ISfcProperty ^ % property);
public bool TryGetProperty (string name, out Microsoft.SqlServer.Management.Sdk.Sfc.ISfcProperty property);
abstract member TryGetProperty : string * ISfcProperty -> bool
override this.TryGetProperty : string * ISfcProperty -> bool
Public Function TryGetProperty (name As String, ByRef property As ISfcProperty) As Boolean
Paramètres
- name
- String
Chaîne qui représente le nom de la propriété spécifiée à obtenir.
- property
- ISfcProperty
Propriété récupérée, ou propriété par défaut si aucune propriété n'est associée à la clé spécifiée.
Retours
true
si la propriété a été trouvée, sinon false
.