DataSourceGroup.Name Propriedade
Definição
Quando substituído em uma classe derivada, obtém o nome do grupo.When overridden in a derived class, gets the name of the group.
public:
abstract property System::String ^ Name { System::String ^ get(); };
public abstract string Name { get; }
member this.Name : string
Public MustOverride ReadOnly Property Name As String
Valor da propriedade
O nome do grupo.The name of the group.
Comentários
O nome do grupo deve ser exclusivo em todos os grupos de fontes de dados no EnvDTE.Project nível.The name of the group must be unique across all data sources groups at the EnvDTE.Project level.