DataBus::TryGetProperty Method (String^, ISfcProperty^%)

 

Gets the property that is associated with the specified key.

Namespace:   Microsoft.SqlServer.Management.Data
Assembly:  Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

public:
virtual bool TryGetProperty(
	String^ name,
	[OutAttribute] ISfcProperty^% property
) sealed

Parameters

name
Type: System::String^

A string that represents a name.

property
Type: Microsoft.SqlServer.Management.Sdk.Sfc::ISfcProperty^%

The property of the metadata and value.

Return Value

Type: System::Boolean

True if success; otherwise, false.

Return to top
Show: