共用方式為


IView 介面

Represents a SQL Server database view. 

命名空間:  Microsoft.SqlServer.Management.SqlParser.Metadata
組件:  Microsoft.SqlServer.Management.SqlParser (在 Microsoft.SqlServer.Management.SqlParser.dll 中)

語法

'宣告
Public Interface IView _
    Inherits ITableViewBase, IDatabaseTable, ITabular, ISchemaOwnedObject,  _
    IDatabaseObject, IMetadataObject
'用途
Dim instance As IView
public interface IView : ITableViewBase, IDatabaseTable, 
    ITabular, ISchemaOwnedObject, IDatabaseObject, IMetadataObject
public interface class IView : ITableViewBase, 
    IDatabaseTable, ITabular, ISchemaOwnedObject, IDatabaseObject, IMetadataObject
type IView =  
    interface
        interface ITableViewBase
        interface IDatabaseTable
        interface ITabular
        interface ISchemaOwnedObject
        interface IDatabaseObject
        interface IMetadataObject
    end
public interface IView extends ITableViewBase, IDatabaseTable, ITabular, ISchemaOwnedObject, IDatabaseObject, IMetadataObject

IView 型別公開下列成員。

屬性

  名稱 說明
公用屬性 CollationInfo Gets the CollationInfo object that is used by the object collections. (繼承自 IDatabaseTable。)
公用屬性 Columns Gets the collection of columns that belong to this object. (繼承自 ITabular。)
公用屬性 Constraints Gets a collection of table constraints. (繼承自 IDatabaseTable。)
公用屬性 HasCheckOption Gets a value that indicates whether the view uses the WITH CHECK option.
公用屬性 HasColumnSpecification A Boolean value that specifies if the view has a column specification.
公用屬性 Indexes Gets a collection of table indexes. (繼承自 IDatabaseTable。)
公用屬性 IsEncrypted Gets a value that indicates whether the view is encrypted.
公用屬性 IsQuotedIdentifierOn Gets a Boolean value that indicates whether the quoted identifier option is on. (繼承自 ITableViewBase。)
公用屬性 IsSchemaBound Gets a value that indicates whether a schema is bound to the view.
公用屬性 IsSystemObject Gets a value that indicates whether this is a system object. (繼承自 IDatabaseObject。)
公用屬性 Name Gets the name of the metadata object. (繼承自 IMetadataObject。)
公用屬性 Parent Gets the IDatabaseObject object that is the parent of this object. (繼承自 IDatabaseObject。)
公用屬性 QueryText Gets the Transact-SQL string that defines the view query.
公用屬性 ReturnsViewMetadata Gets a value that indicates whether the metadata is returned with the view data.
公用屬性 Schema Gets the ISchema object that owns this object. (繼承自 ISchemaOwnedObject。)
公用屬性 TabularType Gets the tabular type. (繼承自 ITabular。)
公用屬性 Triggers Gets a collection of DML triggers. (繼承自 ITableViewBase。)
公用屬性 Unaliased Gets the ITabular object that this object is an alias for. (繼承自 ITabular。)

上層