Método TSqlModel.GetObjects
Incluir membros protegidos
Incluir membros herdados
Returns all TSqlObject matching the list of typeFilters.
Esse membro está sobrecarregado. Para obter informações mais completas sobre esse membro, incluindo sintaxe, uso e exemplos, clique em um nome na lista de sobrecarga.
Lista de sobrecargas
Nome | Descrição | |
---|---|---|
GetObjects(DacQueryScopes, array<ModelTypeClass[]) | Returns all TSqlObject matching the list of typeFilters. Only top level ModelTypeClass types are supported by this method - all types in the typeFilters parameter must be present in the TopLevelTypes or the call will fail. | |
GetObjects(ModelTypeClass, ObjectIdentifier, DacQueryScopes) | Returns all TSqlObject that match the ModelTypeClass and ObjectIdentifier. Only top level ModelTypeClass types are supported by this method - the objectType parameter must be in the types returned from the TopLevelTypes method or the call will fail. |
Início