DataBus.TryGetProperty(String, ISfcProperty) Metodo

Definizione

Ottiene la proprietà associata alla chiave specificata.

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 un nome.

property
ISfcProperty

Proprietà dei metadati e del valore.

Restituisce

Boolean

True se ha esito positivo; in caso contrario, false.

Implementazioni

Si applica a