IViewOptions Interface
The IViewOptions class is an interface that represents a collection of options that is associated with a view.
This API is not CLS-compliant.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[StateChangeEventAttribute("ALTER_AUTHORIZATION_DATABASE", "VIEW")] [CLSCompliantAttribute(false)] [StateChangeEventAttribute("CREATE_VIEW", "VIEW")] [StateChangeEventAttribute("ALTER_VIEW", "VIEW")] [StateChangeEventAttribute("RENAME", "VIEW")] [TypeConverterAttribute((LocalizableTypeConverter^::typeid))] [DisplayDescriptionKeyAttribute("IViewOptions_Desc")] [EvaluationModeAttribute(AutomatedPolicyEvaluationMode::None | AutomatedPolicyEvaluationMode::Enforce | AutomatedPolicyEvaluationMode::CheckOnChanges | AutomatedPolicyEvaluationMode::CheckOnSchedule)] [LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Smo.LocalizableResources")] [StateChangeEventAttribute("ALTER_SCHEMA", "VIEW")] [DisplayNameKeyAttribute("IViewOptions_Name")] public interface class IViewOptions : IDmfFacet
| Name | Description | |
|---|---|---|
![]() | AnsiNullsStatus | Gets or sets the Boolean value that determines whether ISO null handling is enabled on the view. |
![]() | CreateDate | Gets the date and time when the view was created. |
![]() | ID | Gets the ID value that uniquely identifies the view. |
![]() | IsEncrypted | Indicates whether the view is encrypted. |
![]() | IsSchemaBound | Gets the Boolean value that determines whether a schema is bound to the view. |
![]() | IsSchemaOwned | Gets the Boolean value that determines whether the view schema has an owner. |
![]() | IsSystemObject | Gets the Boolean value that determines whether the view is a system object. |
![]() | Name | Gets or sets the name of the view. |
![]() | Owner | Gets the owner of the view options. |
![]() | QuotedIdentifierStatus | Gets or sets the Boolean value that determines whether identifiers delimited by double quotation marks are Transact-SQL reserved keywords or contain characters not usually allowed by the Transact-SQL syntax rules. |
![]() | ReturnsViewMetadata | Gets the Boolean value that determines whether the metadata is returned with the view data. |
![]() | Schema | Gets or sets the schema that is associated with the view options. |
