Partager via


ObjectPropertyProvider.TryGetProperty(String, ISfcProperty) Méthode

Définition

Récupère une valeur qui indique la propriété à obtenir. 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é.

property
ISfcProperty

Objet à obtenir.

Retours

true pour la valeur qui indique la propriété à obtenir ; sinon, false.

Implémente

S’applique à