Microsoft.Data.SqlClient.Server.SmiMetaDataPropertyCollection
namespace Microsoft.Data.SqlClient.Server
{
internal class SmiMetaDataPropertyCollection
{
internal SmiMetaDataProperty this[SmiPropertySelector key] { get; set; }
}
}