ISql90View Members
Include Protected Members
Include Inherited Members
Represents a Sql90 view.
The ISql90View type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddAnnotation | Adds an annotation. (Inherited from IModelAnnotationHolder.) | |
Delete | Deletes this instance from the model. (Inherited from IModelElement.) | |
GetAnnotations | Overloaded. Returns all attached annotations. | |
GetAnnotations<TType> | Overloaded. | |
GetColumnsRelationship | Returns the columns relationship. (Inherited from IColumnSource.) | |
GetComposingChildren | Returns a list of composing children for this element. (Inherited from IModelElement.) | |
GetDynamicObjectsRelationship | Returns a collection of dynamic object relationships. (Inherited from ISqlView.) | |
GetExtendedPropertiesRelationship | Returns an extended properties relationship collection. (Inherited from IExtendedPropertyHost.) | |
GetFullTextIndexRelationship | Gets a full-text index relationship. (Inherited from ISqlFulltextIndexedObject.) | |
GetHierarchicalChildren | Returns a list of hierarchical children for this element. (Inherited from IModelElement.) | |
GetIndexesRelationship | Returns the indexes relationship. (Inherited from IColumnSource.) | |
GetOwnerInfo | Returns information about the element owner. (Inherited from IModelElement.) | |
GetOwnerRelationship | Gets an owner relationship. (Inherited from ISqlOwnedObject.) | |
GetPermissionsRelationship | Gets a permissions relationship collection. (Inherited from ISqlSecurable.) | |
GetProperty<TProperty> | Gets the specified property. (Inherited from IModelPropertyContainer.) | |
GetQueryDependenciesRelationship | Returns the query dependencies relationship. (Inherited from IView.) | |
GetRelatedDanglingRelationshipEntries | Returns a list of the dangling relationship entries, where this element is on the left side. (Inherited from IModelElement.) | |
GetRelatedElements | Returns a list of the elements that are in a relationship with this element, where this element is on the left side. (Inherited from IModelElement.) | |
GetRelatedRelationshipEntries | Returns a list of the relationship entries, where this element is on the left side. (Inherited from IModelElement.) | |
GetRelatingElements | Returns a list of the elements that are in a relationship with this element, where this element is on the right side. (Inherited from IModelElement.) | |
GetRelatingRelationshipEntries | Returns a list of the relationship entries, where this element is on the right side. (Inherited from IModelElement.) | |
GetRelationship | Returns the asked relationship. (Inherited from IModelElement.) | |
GetRelationship<TRelating, TRelated> | Returns the asked relationship. (Inherited from IModelElement.) | |
GetRelationshipEntrySources | Returns the list of relationship entry sources for a relationship entry. (Inherited from IScriptSourcedElement.) | |
GetRelationships | Returns a list of the relationships of this element. (Inherited from IModelElement.) | |
GetStatisticsRelationship | Gets statistic relationships. (Inherited from ISqlStatisticBound.) | |
GetSynonymsRelationship | Gets a synonyms relationship. (Inherited from ISql90SynonymTarget.) | |
GetTriggersRelationship | Gets a trigger relationships container. (Inherited from ISqlColumnSource.) | |
GetXmlIndexRelationship | Gets an XML index relationship. (Inherited from ISql90XmlIndexedObject.) | |
IsDeleted | Specifies whether the object is deleted. (Inherited from IModelElement.) | |
IsExternal | Specifies whether the object is external. (Inherited from IModelElement.) | |
RemoveAnnotation | Removes an annotation. (Inherited from IModelAnnotationHolder.) | |
SetProperty<TProperty> | Sets the specified property. (Inherited from IModelPropertyContainer.) |
Top
Properties
Name | Description | |
---|---|---|
Columns | Gets a list of columns. (Inherited from IColumnSource.) | |
DynamicObjects | Gets a list of dynamic objects. (Inherited from ISqlView.) | |
ElementClass | Gets the metadata class. (Inherited from IModelElement.) | |
ElementSource | Gets the element source for an element. (Inherited from IScriptSourcedElement.) | |
ExtendedProperties | Gets a list of extended properties. (Inherited from IExtendedPropertyHost.) | |
FullTextIndex | Gets a list of full-text indexes. (Inherited from ISqlFulltextIndexedObject.) | |
Indexes | Gets a list of indexes. (Inherited from IColumnSource.) | |
IsAnsiNullsOn | Gets or sets whether AnsiNulls is on. (Inherited from ISqlSpecifiesAnsiNulls.) | |
IsColumnExplicitlyDefined | Gets or sets whether the column is explicitly defined. (Inherited from ISqlView.) | |
IsEncrypted | Gets or sets whether the view is encrypted. (Inherited from ISqlView.) | |
IsMetadataReported | Gets or sets whether the view returns metadata. (Inherited from ISqlView.) | |
IsQuotedIdentifierOn | Gets or sets whether quoted identifier is on. (Inherited from ISqlSpecifiesQuotedIdentifier.) | |
IsReplicated | Gets or sets whether replication is supported. (Inherited from ISqlSupportsReplication.) | |
IsSchemaBound | Gets or sets whether a schema is bound to the view. (Inherited from ISqlView.) | |
IsWithCheckOption | Gets or sets whether there is a check option. (Inherited from ISqlView.) | |
Model | Gets the model reference. (Inherited from IModelEntity.) | |
Name | Gets or sets the name of the IModelElement. (Inherited from IModelElement.) | |
Owner | Gets or sets an object owner. (Inherited from ISqlOwnedObject.) | |
Permissions | Gets a list of permissions. (Inherited from ISqlSecurable.) | |
QueryDependencies | Gets a list of query dependencies. (Inherited from IView.) | |
QueryScript | Gets or sets the SQL element source. (Inherited from ISqlView.) | |
ResolutionStatus | Gets or sets the value of the model element resolution status. (Inherited from IModelElement.) | |
Statistics | Gets a list of statistics. (Inherited from ISqlStatisticBound.) | |
Synonyms | Gets a list of synonyms. (Inherited from ISql90SynonymTarget.) | |
Triggers | Gets a list of triggers. (Inherited from ISqlColumnSource.) | |
ValidationStatus | Gets or sets the value of the model element validation status. (Inherited from IModelElement.) | |
XmlIndex | Gets a list of XML indexes. (Inherited from ISql90XmlIndexedObject.) |
Top