ObjectPropertyProvider.Properties Propriedade

Definição

Obtém as propriedades do objeto de dados atual da lista.

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)

Valor da propriedade

Dictionary<String,ObjectPropertyData>

As propriedades de um objeto da lista.

Aplica-se a