ObjectPropertyProvider.TryGetProperty(String, ISfcProperty) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Recupera un valore che indica la proprietà da ottenere. Questa classe non può essere ereditata.
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
Parametri
- name
- String
Stringa che rappresenta il nome della proprietà.
- property
- ISfcProperty
Oggetto da ottenere.
Restituisce
true per il valore che indica la proprietà da ottenere; in caso contrario, false.