ISql100UniqueConstraint インターフェイス

UNIQUE 制約をモデル化します。

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

構文

'宣言
Public Interface ISql100UniqueConstraint _
    Inherits ISql90UniqueConstraint, ISql90Constraint, ISqlUniqueConstraint, ISqlConstraint,  _
    ISqlExtendedPropertyHost, ISql100SpecifiesIndex, ISql90SpecifiesIndex, ISqlSpecifiesIndex, ISql90SpecifiesStorage,  _
    ISqlSpecifiesStorage, ISql100SpecifiesFileStream, ISql100SpecifiesDataCompressionOptions, ISqlModelElement, IScriptSourcedModelElement,  _
    IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
public interface ISql100UniqueConstraint : ISql90UniqueConstraint, 
    ISql90Constraint, ISqlUniqueConstraint, ISqlConstraint, ISqlExtendedPropertyHost, ISql100SpecifiesIndex, 
    ISql90SpecifiesIndex, ISqlSpecifiesIndex, ISql90SpecifiesStorage, ISqlSpecifiesStorage, ISql100SpecifiesFileStream, 
    ISql100SpecifiesDataCompressionOptions, ISqlModelElement, IScriptSourcedModelElement, IModelElement, IModelPropertyContainer, 
    IModelEntity, IModelAnnotationHolder
public interface class ISql100UniqueConstraint : ISql90UniqueConstraint, 
    ISql90Constraint, ISqlUniqueConstraint, ISqlConstraint, ISqlExtendedPropertyHost, ISql100SpecifiesIndex, 
    ISql90SpecifiesIndex, ISqlSpecifiesIndex, ISql90SpecifiesStorage, ISqlSpecifiesStorage, ISql100SpecifiesFileStream, 
    ISql100SpecifiesDataCompressionOptions, ISqlModelElement, IScriptSourcedModelElement, IModelElement, IModelPropertyContainer, 
    IModelEntity, IModelAnnotationHolder
type ISql100UniqueConstraint =  
    interface
        interface ISql90UniqueConstraint
        interface ISql90Constraint
        interface ISqlUniqueConstraint
        interface ISqlConstraint
        interface ISqlExtendedPropertyHost
        interface ISql100SpecifiesIndex
        interface ISql90SpecifiesIndex
        interface ISqlSpecifiesIndex
        interface ISql90SpecifiesStorage
        interface ISqlSpecifiesStorage
        interface ISql100SpecifiesFileStream
        interface ISql100SpecifiesDataCompressionOptions
        interface ISqlModelElement
        interface IScriptSourcedModelElement
        interface IModelElement
        interface IModelPropertyContainer
        interface IModelEntity
        interface IModelAnnotationHolder
    end
public interface ISql100UniqueConstraint extends ISql90UniqueConstraint, ISql90Constraint, ISqlUniqueConstraint, ISqlConstraint, ISqlExtendedPropertyHost, ISql100SpecifiesIndex, ISql90SpecifiesIndex, ISqlSpecifiesIndex, ISql90SpecifiesStorage, ISqlSpecifiesStorage, ISql100SpecifiesFileStream, ISql100SpecifiesDataCompressionOptions, ISqlModelElement, IScriptSourcedModelElement, IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder

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

プロパティ

  名前 説明
パブリック プロパティ ColumnSpecifications インデックス化する列のリストを取得します。 (ISqlSpecifiesIndex から継承されます。)
パブリック プロパティ DataCompressionOptions データ圧縮オプションのリストを取得します。 (ISql100SpecifiesDataCompressionOptions から継承されます。)
パブリック プロパティ DefiningTable 制約されたテーブルを取得または設定します。 (ISql90Constraint から継承されます。)
パブリック プロパティ DefiningTable 制約が適用されるテーブルを取得または設定します。 (ISqlConstraint から継承されます。)
パブリック プロパティ DoAllowPageLocks ページ レベルのロックを使用できるかどうかを示す値を取得または設定します。 (ISql90SpecifiesIndex から継承されます。)
パブリック プロパティ DoAllowRowLocks 行レベルのロックを使用できるかどうかを示す値を取得または設定します。 (ISql90SpecifiesIndex から継承されます。)
パブリック プロパティ DoIgnoreDuplicateKey インデックスが重複するキーを無視するかどうかを示す値を取得または設定します。 (ISql90SpecifiesIndex から継承されます。)
パブリック プロパティ DoRecomputeStatistics STATISTICS_NORECOMPUTE オプションをモデル化する値を取得または設定します。 (ISql90SpecifiesIndex から継承されます。)
パブリック プロパティ DoSortInTempDB TempDB データベースでインデックスを並べ替えるかどうかを示す値を取得または設定します。 (ISql90SpecifiesIndex から継承されます。)
パブリック プロパティ ElementClass 要素のメタデータ クラスを取得します。 (IModelElement から継承されます。)
パブリック プロパティ ExtendedProperties このオブジェクトの拡張プロパティのリストを取得します。 (ISqlExtendedPropertyHost から継承されます。)
パブリック プロパティ Filegroup オブジェクトの格納先であるファイル グループを取得または設定します。 (ISqlSpecifiesStorage から継承されます。)
パブリック プロパティ FileStreamFilegroup オブジェクトのファイル ストリーム オブジェクトを格納するファイル グループを取得または設定します。 (ISql100SpecifiesFileStream から継承されます。)
パブリック プロパティ FileStreamPartitionScheme オブジェクトを格納するためのパーティション スキームを取得または設定します。 (ISql100SpecifiesFileStream から継承されます。)
パブリック プロパティ FillFactor インデックスの FILL FACTOR を取得または設定します。 (ISqlSpecifiesIndex から継承されます。)
パブリック プロパティ IsClustered これがクラスター化インデックスかどうかを示す値を取得または設定します。 (ISqlSpecifiesIndex から継承されます。)
パブリック プロパティ IsDisabled 制約が無効かどうかを示す値を取得または設定します。 (ISqlConstraint から継承されます。)
パブリック プロパティ IsFileStreamNull FILESTREAM_ON オプションをモデル化する値を取得または設定します。 (ISql100SpecifiesFileStream から継承されます。)
パブリック プロパティ IsOnline インデックスがオンラインであり使用できるかどうかを示す値を取得または設定します。 (ISql90SpecifiesIndex から継承されます。)
パブリック プロパティ IsPadded インデックスへの埋め込みを行うかどうかを示す値を取得または設定します。 (ISql90SpecifiesIndex から継承されます。)
パブリック プロパティ MaxDop MAXDOP オプションをモデル化する値を取得または設定します。 (ISql90SpecifiesIndex から継承されます。)
パブリック プロパティ Model モデル参照を取得します。 (IModelEntity から継承されます。)
パブリック プロパティ Name 要素の名前を取得または設定します。 (IModelElement から継承されます。)
パブリック プロパティ PartitionColumn オブジェクトをパーティションに分割する列を取得または設定します。 (ISql90SpecifiesStorage から継承されます。)
パブリック プロパティ PartitionScheme オブジェクトを格納するために使用されるパーティション スキームを取得または設定します。 (ISql90SpecifiesStorage から継承されます。)
パブリック プロパティ PrimarySource 要素のプライマリ ソースについての情報を取得します。 (IScriptSourcedModelElement から継承されます。)
パブリック プロパティ ResolutionStatus モデル要素の解決ステータスの値を取得または設定します。 (IModelElement から継承されます。)
パブリック プロパティ SecondarySources 要素のセカンダリ ソースのリストを取得します。 (IScriptSourcedModelElement から継承されます。)
パブリック プロパティ SourceCodePositions この要素を定義するソースの一覧を取得します。 (IModelElement から継承されます。)
パブリック プロパティ 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 から継承されます。)
パブリック メソッド GetColumnSpecificationsRelationship this と関連付けられた ISqlIndexedColumnSpecification との間の IModelMultiRelationship を返します。 (ISqlSpecifiesIndex から継承されます。)
パブリック メソッド GetComposingChildren この要素を構成する子の一覧を返します。 (IModelElement から継承されます。)
パブリック メソッド GetDataCompressionOptionsRelationship this と関連付けられた ISql100DataCompressionOption との間の IModelReverseMultiRelationship を返します。 (ISql100SpecifiesDataCompressionOptions から継承されます。)
パブリック メソッド GetDefiningTableRelationship() this と関連付けられた ISql90SpecifiesTable との間の IModelSingleRelationship を返します。 (ISql90Constraint から継承されます。)
パブリック メソッド GetDefiningTableRelationship() this と関連付けられた ISqlSpecifiesTable との間の IModelSingleRelationship を返します。 (ISqlConstraint から継承されます。)
パブリック メソッド GetExtendedPropertiesRelationship this と関連付けられた ISqlExtendedProperty との間の IModelReverseMultiRelationship を返します。 (ISqlExtendedPropertyHost から継承されます。)
パブリック メソッド GetFilegroupRelationship this と関連付けられた ISqlFilegroup との間の IModelSingleRelationship を返します。 (ISqlSpecifiesStorage から継承されます。)
パブリック メソッド GetFileStreamFilegroupRelationship this と関連付けられた ISql100Filegroup との間の IModelSingleRelationship を返します。 (ISql100SpecifiesFileStream から継承されます。)
パブリック メソッド GetFileStreamPartitionSchemeRelationship this と関連付けられた ISql100PartitionScheme との間の IModelSingleRelationship を返します。 (ISql100SpecifiesFileStream から継承されます。)
パブリック メソッド GetHierarchicalChildren この要素の階層的な子の一覧を返します。 (IModelElement から継承されます。)
パブリック メソッド GetOwnerInfo 要素の所有者に関する情報を返します。 (IModelElement から継承されます。)
パブリック メソッド GetPartitionColumnRelationship this と関連付けられた ISqlColumn との間の IModelSingleRelationship を返します。 (ISql90SpecifiesStorage から継承されます。)
パブリック メソッド GetPartitionSchemeRelationship this と関連付けられた ISql90PartitionScheme との間の IModelSingleRelationship を返します。 (ISql90SpecifiesStorage から継承されます。)
パブリック メソッド GetProperty<TProperty> 指定したプロパティを取得します。 (IModelPropertyContainer から継承されます。)
パブリック メソッド GetReferencedDanglingRelationshipEntries この要素が左側にあり、リレーションシップの右側に要素がないか、または右側の要素がモデル内に存在しないリレーションシップ エントリの一覧を返します。 (IModelElement から継承されます。)
パブリック メソッド GetReferencedElements この要素がリレーションシップの左側にある場合の、この要素とのリレーションシップを備えた要素の一覧を返します。 (IModelElement から継承されます。)
パブリック メソッド GetReferencedRelationshipEntries この要素が左側にあるリレーションシップ エントリの一覧を返します。 (IModelElement から継承されます。)
パブリック メソッド GetReferencingElements この要素が右側にある場合の、この要素とのリレーションシップを備えた要素の一覧を返します。 (IModelElement から継承されます。)
パブリック メソッド GetReferencingRelationshipEntries この要素が右側にあるリレーションシップ エントリの一覧を返します。 (IModelElement から継承されます。)
パブリック メソッド GetRelationship(ModelRelationshipClass) 指定したメタデータを使用して、要求されたリレーションシップを返します。 (IModelElement から継承されます。)
パブリック メソッド GetRelationship<TFrom, TTo>(ModelRelationshipClass) 2 つの関連付けられる要素が指定した型であるリレーションシップを返します。 (IModelElement から継承されます。)
パブリック メソッド GetRelationshipEntrySources 指定したリレーションシップについてのソース情報のコレクションを返します。 (IScriptSourcedModelElement から継承されます。)
パブリック メソッド GetRelationships この要素のリレーションシップの一覧を返します。 (IModelElement から継承されます。)
パブリック メソッド IsDeleted オブジェクトが削除されているかどうかを指定します。 (IModelElement から継承されます。)
パブリック メソッド IsExternal オブジェクトが外部ソースから読み込まれているが、スキーマ モデルの一部になっていないかどうかを示す値を返します。 (IModelElement から継承されます。)
パブリック メソッド RemoveAnnotation このモデル要素から指定した注釈を削除します。 (IModelAnnotationHolder から継承されます。)
パブリック メソッド SetProperty<TProperty> 指定したプロパティを設定します。 (IModelPropertyContainer から継承されます。)

このページのトップへ

参照

参照

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