TSqlModel.GetObjects-Methode
Geschützte Member einschließen
Geerbte Member einschließen
Returns all TSqlObject matching the list of typeFilters.
Das Element ist überladen. Um vollständige Informationen zu diesem Element zu erhalten, einschließlich Syntax, Verwendung und Beispielen, klicken Sie auf einen Namen in der Überladungsliste.
Überladungsliste
Name | Beschreibung | |
---|---|---|
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. |
Zum Anfang