DataBus::TryGetPropertyValue Method (String^, Object^%)

 

Attempts to get the property value with a specified name and value.

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

public:
virtual bool TryGetPropertyValue(
	String^ name,
	[OutAttribute] Object^% value
) sealed

Parameters

name
Type: System::String^

A string that represents a name.

value
Type: System::Object^%

The property value (can be null).

Return Value

Type: System::Boolean

True if success; otherwise, false.

Return to top
Show: