ISqlView インターフェイス

ビューをモデル化します。

名前空間:  Microsoft.Data.Schema.Sql.SchemaModel
アセンブリ:  Microsoft.Data.Schema.Sql (Microsoft.Data.Schema.Sql.dll 内)

構文

'宣言
Public Interface ISqlView _
    Inherits IDatabaseView, IModelNamed, ISqlColumnSource, IDatabaseColumnSource,  _
    ISqlOwnedObject, ISqlSecurable, ISqlExtendedPropertyHost, ISqlStatisticBound, ISqlSpecifiesAnsiNulls,  _
    ISqlSpecifiesQuotedIdentifier, ISqlSupportsReplication, ISqlModelElement, IScriptSourcedModelElement, IModelElement,  _
    IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
public interface ISqlView : IDatabaseView, 
    IModelNamed, ISqlColumnSource, IDatabaseColumnSource, ISqlOwnedObject, ISqlSecurable, 
    ISqlExtendedPropertyHost, ISqlStatisticBound, ISqlSpecifiesAnsiNulls, ISqlSpecifiesQuotedIdentifier, ISqlSupportsReplication, 
    ISqlModelElement, IScriptSourcedModelElement, IModelElement, IModelPropertyContainer, IModelEntity, 
    IModelAnnotationHolder
public interface class ISqlView : IDatabaseView, 
    IModelNamed, ISqlColumnSource, IDatabaseColumnSource, ISqlOwnedObject, ISqlSecurable, 
    ISqlExtendedPropertyHost, ISqlStatisticBound, ISqlSpecifiesAnsiNulls, ISqlSpecifiesQuotedIdentifier, ISqlSupportsReplication, 
    ISqlModelElement, IScriptSourcedModelElement, IModelElement, IModelPropertyContainer, IModelEntity, 
    IModelAnnotationHolder
type ISqlView =  
    interface
        interface IDatabaseView
        interface IModelNamed
        interface ISqlColumnSource
        interface IDatabaseColumnSource
        interface ISqlOwnedObject
        interface ISqlSecurable
        interface ISqlExtendedPropertyHost
        interface ISqlStatisticBound
        interface ISqlSpecifiesAnsiNulls
        interface ISqlSpecifiesQuotedIdentifier
        interface ISqlSupportsReplication
        interface ISqlModelElement
        interface IScriptSourcedModelElement
        interface IModelElement
        interface IModelPropertyContainer
        interface IModelEntity
        interface IModelAnnotationHolder
    end
public interface ISqlView extends IDatabaseView, IModelNamed, ISqlColumnSource, IDatabaseColumnSource, ISqlOwnedObject, ISqlSecurable, ISqlExtendedPropertyHost, ISqlStatisticBound, ISqlSpecifiesAnsiNulls, ISqlSpecifiesQuotedIdentifier, ISqlSupportsReplication, ISqlModelElement, IScriptSourcedModelElement, IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder

ISqlView 型で公開されるメンバーは以下のとおりです。

プロパティ

  名前 説明
パブリック プロパティ Columns この IDatabaseColumnSource の列を取得します。 (IDatabaseColumnSource から継承されます。)
パブリック プロパティ Columns このソースによって提供される列のリストを取得します。 (ISqlColumnSource から継承されます。)
パブリック プロパティ DynamicObjects ビュー本体内に作成される一時列ソースのリストを取得します。
パブリック プロパティ ElementClass 要素のメタデータ クラスを取得します。 (IModelElement から継承されます。)
パブリック プロパティ ExtendedProperties このオブジェクトの拡張プロパティのリストを取得します。 (ISqlExtendedPropertyHost から継承されます。)
パブリック プロパティ Indexes この IDatabaseColumnSource に適用されるインデックスを取得します。 (IDatabaseColumnSource から継承されます。)
パブリック プロパティ Indexes このソースに関連するインデックスのリストを取得します。 (ISqlColumnSource から継承されます。)
パブリック プロパティ IsAnsiNullsOn このオブジェクトに対して ANSI NULLS が ON であるかどうかを示す値を取得または設定します。 (ISqlSpecifiesAnsiNulls から継承されます。)
パブリック プロパティ IsColumnExplicitlyDefined ビューの列がビュー本体の外部で名前を指定されているかどうかを示す値を取得または設定します。
パブリック プロパティ IsEncrypted ビューが暗号化されるかどうかを示す値を取得または設定します。
パブリック プロパティ IsMetadataReported VIEW_METADATA 属性をモデル化する値を取得または設定します。
パブリック プロパティ IsQuotedIdentifierOn このオブジェクトに対して QUOTED IDENTIFIER が ON であるかどうかを示す値を取得または設定します。 (ISqlSpecifiesQuotedIdentifier から継承されます。)
パブリック プロパティ IsReplicated オブジェクトがレプリケーションの対象となるかどうかを示す値を取得または設定します。 (ISqlSupportsReplication から継承されます。)
パブリック プロパティ IsSchemaBound SCHEMABINDING 属性をモデル化する値を取得または設定します。
パブリック プロパティ IsWithCheckOption WITH CHECK OPTION オプションをモデル化する値を取得または設定します。
パブリック プロパティ Model モデル参照を取得します。 (IModelEntity から継承されます。)
パブリック プロパティ Name 要素の名前を取得または設定します。 (IModelElement から継承されます。)
パブリック プロパティ Owner このオブジェクトの所有者を取得または設定します。 (ISqlOwnedObject から継承されます。)
パブリック プロパティ Permissions このオブジェクトに適用されるアクセス許可のリストを取得します。 (ISqlSecurable から継承されます。)
パブリック プロパティ PrimarySource 要素のプライマリ ソースについての情報を取得します。 (IScriptSourcedModelElement から継承されます。)
パブリック プロパティ QueryDependencies ビュー内の情報が渡される要素のコレクションを取得します。 (IDatabaseView から継承されます。)
パブリック プロパティ QueryScript ビューを定義するスクリプトを取得または設定します。
パブリック プロパティ ResolutionStatus モデル要素の解決ステータスの値を取得または設定します。 (IModelElement から継承されます。)
パブリック プロパティ SecondarySources 要素のセカンダリ ソースのリストを取得します。 (IScriptSourcedModelElement から継承されます。)
パブリック プロパティ SourceCodePositions この要素を定義するソースの一覧を取得します。 (IModelElement から継承されます。)
パブリック プロパティ Statistics このオブジェクトに適用される統計情報のリストを取得します。 (ISqlStatisticBound から継承されます。)
パブリック プロパティ Triggers このソースに関連するデータ操作言語 (DML: Data Manipulation Language) トリガーのリストを取得します。 (ISqlColumnSource から継承されます。)
パブリック プロパティ ValidationStatus モデル要素の検証ステータスの値を取得または設定します。 (IModelElement から継承されます。)

このページのトップへ

メソッド

  名前 説明
パブリック メソッド AddAnnotation 指定された注釈をこの要素に追加します。 (IModelAnnotationHolder から継承されます。)
パブリック メソッド Delete モデルからこのインスタンスを削除します。 (IModelElement から継承されます。)
パブリック メソッド GetAnnotations() この要素にアタッチされた注釈の一覧を返します。 (IModelAnnotationHolder から継承されます。)
パブリック メソッド GetAnnotations(Type) 指定した種類のアタッチされた注釈の一覧を返します。 (IModelAnnotationHolder から継承されます。)
パブリック メソッド GetAnnotations(ModelIdentifier) 指定した識別子を持つアタッチされた注釈の一覧を返します。 (IModelAnnotationHolder から継承されます。)
パブリック メソッド GetAnnotations(ModelIdentifier, Type) (IModelAnnotationHolder から継承されます。)
パブリック メソッド GetAnnotations<TType>() 特定の注釈の種類を実装し、指定したモデル識別子を持つ、アタッチされたすべてのモデルの注釈を返します。 (IModelAnnotationHolder から継承されます。)
パブリック メソッド GetAnnotations<TType>(ModelIdentifier) (IModelAnnotationHolder から継承されます。)
パブリック メソッド GetColumnsRelationship() この IDatabaseColumnSource と関連付けられた IDatabaseColumn インスタンスとの間の IModelMultiRelationship を返します。 (IDatabaseColumnSource から継承されます。)
パブリック メソッド GetColumnsRelationship() this と関連付けられた ISqlColumn との間の IModelMultiRelationship を返します。 (ISqlColumnSource から継承されます。)
パブリック メソッド GetComposingChildren この要素を構成する子の一覧を返します。 (IModelElement から継承されます。)
パブリック メソッド GetDynamicObjectsRelationship this と関連付けられた ISqlDynamicColumnSource との間の IModelMultiRelationship を返します。
パブリック メソッド GetExtendedPropertiesRelationship this と関連付けられた ISqlExtendedProperty との間の IModelReverseMultiRelationship を返します。 (ISqlExtendedPropertyHost から継承されます。)
パブリック メソッド GetHierarchicalChildren この要素の階層的な子の一覧を返します。 (IModelElement から継承されます。)
パブリック メソッド GetIndexesRelationship() この IDatabaseColumnSource と関連付けられた IDatabaseIndex インスタンスとの間の IModelReverseMultiRelationship を返します。 (IDatabaseColumnSource から継承されます。)
パブリック メソッド GetIndexesRelationship() this と関連付けられた ISqlIndex との間の IModelReverseMultiRelationship を返します。 (ISqlColumnSource から継承されます。)
パブリック メソッド GetOwnerInfo 要素の所有者に関する情報を返します。 (IModelElement から継承されます。)
パブリック メソッド GetOwnerRelationship this と関連付けられた ISqlObjectOwner との間の IModelSingleRelationship を返します。 (ISqlOwnedObject から継承されます。)
パブリック メソッド GetPermissionsRelationship this と関連付けられた ISqlPermissionStatement との間の IModelReverseMultiRelationship を返します。 (ISqlSecurable から継承されます。)
パブリック メソッド GetProperty<TProperty> 指定したプロパティを取得します。 (IModelPropertyContainer から継承されます。)
パブリック メソッド GetQueryDependenciesRelationship この IDatabaseView とクエリで参照される IModelElement ノードとの間の IModelMultiRelationship を返します。 (IDatabaseView から継承されます。)
パブリック メソッド GetReferencedDanglingRelationshipEntries この要素が左側にあり、リレーションシップの右側に要素がないか、または右側の要素がモデル内に存在しないリレーションシップ エントリの一覧を返します。 (IModelElement から継承されます。)
パブリック メソッド GetReferencedElements この要素がリレーションシップの左側にある場合の、この要素とのリレーションシップを備えた要素の一覧を返します。 (IModelElement から継承されます。)
パブリック メソッド GetReferencedRelationshipEntries この要素が左側にあるリレーションシップ エントリの一覧を返します。 (IModelElement から継承されます。)
パブリック メソッド GetReferencingElements この要素が右側にある場合の、この要素とのリレーションシップを備えた要素の一覧を返します。 (IModelElement から継承されます。)
パブリック メソッド GetReferencingRelationshipEntries この要素が右側にあるリレーションシップ エントリの一覧を返します。 (IModelElement から継承されます。)
パブリック メソッド GetRelationship(ModelRelationshipClass) 指定したメタデータを使用して、要求されたリレーションシップを返します。 (IModelElement から継承されます。)
パブリック メソッド GetRelationship<TFrom, TTo>(ModelRelationshipClass) 2 つの関連付けられる要素が指定した型であるリレーションシップを返します。 (IModelElement から継承されます。)
パブリック メソッド GetRelationshipEntrySources 指定したリレーションシップについてのソース情報のコレクションを返します。 (IScriptSourcedModelElement から継承されます。)
パブリック メソッド GetRelationships この要素のリレーションシップの一覧を返します。 (IModelElement から継承されます。)
パブリック メソッド GetStatisticsRelationship this と関連付けられた ISqlStatistic との間の IModelReverseMultiRelationship を返します。 (ISqlStatisticBound から継承されます。)
パブリック メソッド GetTriggersRelationship this と関連付けられた ISqlDmlTrigger との間の IModelReverseMultiRelationship を返します。 (ISqlColumnSource から継承されます。)
パブリック メソッド IsDeleted オブジェクトが削除されているかどうかを指定します。 (IModelElement から継承されます。)
パブリック メソッド IsExternal オブジェクトが外部ソースから読み込まれているが、スキーマ モデルの一部になっていないかどうかを示す値を返します。 (IModelElement から継承されます。)
パブリック メソッド RemoveAnnotation このモデル要素から指定した注釈を削除します。 (IModelAnnotationHolder から継承されます。)
パブリック メソッド SetProperty<TProperty> 指定したプロパティを設定します。 (IModelPropertyContainer から継承されます。)

このページのトップへ

参照

参照

Microsoft.Data.Schema.Sql.SchemaModel 名前空間