Freigeben über


View-Klasse

Model schema container class for View

Vererbungshierarchie

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

Der View-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche EigenschaftStatisches Element AnsiNullsOn AnsiNullsOn property class of View
Öffentliche EigenschaftStatisches Element BodyDependencies BodyDependencies relationship class of View
Öffentliche EigenschaftStatisches Element Columns Columns relationship class of View
Öffentliche EigenschaftStatisches Element QuotedIdentifierOn QuotedIdentifierOn property class of View
Öffentliche EigenschaftStatisches Element Replicated Replicated property class of View
Öffentliche EigenschaftStatisches Element Schema Schema relationship class of View
Öffentliche EigenschaftStatisches Element SelectStatement SelectStatement property class of View
Öffentliche EigenschaftStatisches Element TypeClass Type class for View
Öffentliche EigenschaftStatisches Element WithCheckOption WithCheckOption property class of View
Öffentliche EigenschaftStatisches Element WithEncryption WithEncryption property class of View
Öffentliche EigenschaftStatisches Element WithSchemaBinding WithSchemaBinding property class of View
Öffentliche EigenschaftStatisches Element WithViewMetadata WithViewMetadata property class of View

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.SqlServer.Dac.Model-Namespace