DataBus::TryGetProperty Method (String^, ISfcProperty^%)
Gets the property that is associated with the specified key.
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.
Show: