ObjectPropertyProvider.Properties Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the properties of the current data object in the list.
public:
property System::Collections::Generic::Dictionary<System::String ^, Microsoft::SqlServer::Management::Data::ObjectPropertyData ^> ^ Properties { System::Collections::Generic::Dictionary<System::String ^, Microsoft::SqlServer::Management::Data::ObjectPropertyData ^> ^ get(); };
public System.Collections.Generic.Dictionary<string,Microsoft.SqlServer.Management.Data.ObjectPropertyData> Properties { get; }
member this.Properties : System.Collections.Generic.Dictionary<string, Microsoft.SqlServer.Management.Data.ObjectPropertyData>
Public ReadOnly Property Properties As Dictionary(Of String, ObjectPropertyData)
Property Value
The properties of an object in the list.