View Class

Model schema container class for View

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Dac.Model.View

Namespace:  Microsoft.SqlServer.Dac.Model
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Syntax

'Declaration
Public NotInheritable Class View
'Usage
public static class View
public ref class View abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type View =  class end
public final class View

The View type exposes the following members.

Properties

  Name Description
Public propertyStatic member AnsiNullsOn AnsiNullsOn property class of View
Public propertyStatic member BodyDependencies BodyDependencies relationship class of View
Public propertyStatic member Columns Columns relationship class of View
Public propertyStatic member QuotedIdentifierOn QuotedIdentifierOn property class of View
Public propertyStatic member Replicated Replicated property class of View
Public propertyStatic member Schema Schema relationship class of View
Public propertyStatic member SelectStatement SelectStatement property class of View
Public propertyStatic member TypeClass Type class for View
Public propertyStatic member WithCheckOption WithCheckOption property class of View
Public propertyStatic member WithEncryption WithEncryption property class of View
Public propertyStatic member WithSchemaBinding WithSchemaBinding property class of View
Public propertyStatic member WithViewMetadata WithViewMetadata property class of View

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SqlServer.Dac.Model Namespace