次の方法で共有


Check.ExtendedProperties プロパティ

ExtendedProperty オブジェクトのコレクションを表します。 各 ExtendedProperty オブジェクトは、Check オブジェクトの拡張プロパティを表します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,  _
    GetType(ExtendedProperty))> _
Public ReadOnly Property ExtendedProperties As ExtendedPropertyCollection 
    Get
'使用
Dim instance As Check 
Dim value As ExtendedPropertyCollection 

value = instance.ExtendedProperties
[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, 
    typeof(ExtendedProperty))]
public ExtendedPropertyCollection ExtendedProperties { get; }
[SfcObjectAttribute(SfcContainerRelationship::ChildContainer, SfcContainerCardinality::ZeroToAny, 
    typeof(ExtendedProperty))]
public:
virtual property ExtendedPropertyCollection^ ExtendedProperties {
    ExtendedPropertyCollection^ get () sealed;
}
[<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, 
    typeof(ExtendedProperty))>]
abstract ExtendedProperties : ExtendedPropertyCollection
[<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, 
    typeof(ExtendedProperty))>]
override ExtendedProperties : ExtendedPropertyCollection
final function get ExtendedProperties () : ExtendedPropertyCollection

プロパティ値

型: Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection
Check オブジェクトで定義されるすべての拡張プロパティを表す ExtendedPropertyCollection オブジェクトです。

実装

IExtendedProperties.ExtendedProperties

説明

注意

UserDefinedTableType オブジェクトに基づく CHECK 制約は例外を生成します。これはユーザー定義テーブル型が拡張プロパティをサポートしないためです。

使用例

プロパティの設定

関連項目

参照

Check クラス

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

データベース オブジェクトでの作業

CHECK 制約

CREATE TABLE (Transact-SQL)