Aracılığıyla paylaş


IViewOptions Interface

The IViewOptions class is an interface that represents a collection of options that is associated with a view. This interface is not CLS-compliant.

Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntax

'Bildirim
<StateChangeEventAttribute("ALTER_VIEW", "VIEW")> _
<CLSCompliantAttribute(False)> _
<StateChangeEventAttribute("CREATE_VIEW", "VIEW")> _
<StateChangeEventAttribute("RENAME", "VIEW")> _
<EvaluationModeAttribute(AutomatedPolicyEvaluationMode.None Or AutomatedPolicyEvaluationMode.Enforce Or AutomatedPolicyEvaluationMode.CheckOnChanges Or AutomatedPolicyEvaluationMode.CheckOnSchedule)> _
<LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Smo.LocalizableResources")> _
<TypeConverterAttribute(GetType(LocalizableTypeConverter))> _
<DisplayNameKeyAttribute("IViewOptions_Name")> _
<DisplayDescriptionKeyAttribute("IViewOptions_Desc")> _
Public Interface IViewOptions
    Inherits IDmfFacet
[StateChangeEventAttribute("ALTER_VIEW", "VIEW")] 
[CLSCompliantAttribute(false)] 
[StateChangeEventAttribute("CREATE_VIEW", "VIEW")] 
[StateChangeEventAttribute("RENAME", "VIEW")] 
[EvaluationModeAttribute(AutomatedPolicyEvaluationMode.None|AutomatedPolicyEvaluationMode.Enforce|AutomatedPolicyEvaluationMode.CheckOnChanges|AutomatedPolicyEvaluationMode.CheckOnSchedule)] 
[LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Smo.LocalizableResources")] 
[TypeConverterAttribute(typeof(LocalizableTypeConverter))] 
[DisplayNameKeyAttribute("IViewOptions_Name")] 
[DisplayDescriptionKeyAttribute("IViewOptions_Desc")] 
public interface IViewOptions : IDmfFacet
[StateChangeEventAttribute(L"ALTER_VIEW", L"VIEW")] 
[CLSCompliantAttribute(false)] 
[StateChangeEventAttribute(L"CREATE_VIEW", L"VIEW")] 
[StateChangeEventAttribute(L"RENAME", L"VIEW")] 
[EvaluationModeAttribute(AutomatedPolicyEvaluationMode::None|AutomatedPolicyEvaluationMode::Enforce|AutomatedPolicyEvaluationMode::CheckOnChanges|AutomatedPolicyEvaluationMode::CheckOnSchedule)] 
[LocalizedPropertyResourcesAttribute(L"Microsoft.SqlServer.Management.Smo.LocalizableResources")] 
[TypeConverterAttribute(typeof(LocalizableTypeConverter))] 
[DisplayNameKeyAttribute(L"IViewOptions_Name")] 
[DisplayDescriptionKeyAttribute(L"IViewOptions_Desc")] 
public interface class IViewOptions : IDmfFacet
/** @attribute StateChangeEventAttribute("ALTER_VIEW", "VIEW") */ 
/** @attribute CLSCompliantAttribute(false) */ 
/** @attribute StateChangeEventAttribute("CREATE_VIEW", "VIEW") */ 
/** @attribute StateChangeEventAttribute("RENAME", "VIEW") */ 
/** @attribute EvaluationModeAttribute(AutomatedPolicyEvaluationMode.None|AutomatedPolicyEvaluationMode.Enforce|AutomatedPolicyEvaluationMode.CheckOnChanges|AutomatedPolicyEvaluationMode.CheckOnSchedule) */ 
/** @attribute LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Smo.LocalizableResources") */ 
/** @attribute TypeConverterAttribute(Microsoft.SqlServer.Management.Sdk.Sfc.LocalizableTypeConverter) */ 
/** @attribute DisplayNameKeyAttribute("IViewOptions_Name") */ 
/** @attribute DisplayDescriptionKeyAttribute("IViewOptions_Desc") */ 
public interface IViewOptions extends IDmfFacet
StateChangeEventAttribute("ALTER_VIEW", "VIEW") 
CLSCompliantAttribute(false) 
StateChangeEventAttribute("CREATE_VIEW", "VIEW") 
StateChangeEventAttribute("RENAME", "VIEW") 
EvaluationModeAttribute(AutomatedPolicyEvaluationMode.None|AutomatedPolicyEvaluationMode.Enforce|AutomatedPolicyEvaluationMode.CheckOnChanges|AutomatedPolicyEvaluationMode.CheckOnSchedule) 
LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Smo.LocalizableResources") 
TypeConverterAttribute(Microsoft.SqlServer.Management.Sdk.Sfc.LocalizableTypeConverter) 
DisplayNameKeyAttribute("IViewOptions_Name") 
DisplayDescriptionKeyAttribute("IViewOptions_Desc") 
public interface IViewOptions extends IDmfFacet

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.