ObjectPropertyProvider.TryGetProperty(String, ISfcProperty) Metodo

Definizione

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

Boolean

true per il valore che indica la proprietà da ottenere; in caso contrario, false.

Implementazioni

Si applica a