DataBus.TryGetProperty(String, ISfcProperty) Method

Definition

Gets the property that is associated with the specified key.

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

Parameters

name
String

A string that represents a name.

property
ISfcProperty

The property of the metadata and value.

Returns

True if success; otherwise, false.

Implements

Applies to