XmlSchemaCollection.ExtendedProperties プロパティ

XmlSchemaCollection オブジェクトの拡張プロパティに関する情報を含む ExtendedProperty オブジェクトのコレクションを表します。

名前空間:  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 XmlSchemaCollection 
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
XmlSchemaCollection オブジェクトの拡張プロパティを含む ExtendedPropertyCollection オブジェクト。

実装

IExtendedProperties.ExtendedProperties

使用例

XML スキーマの使用方法

関連項目

参照

XmlSchemaCollection クラス

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

XML スキーマの使用方法

XML スキーマ コレクション (SQL Server)

CREATE SCHEMA (Transact-SQL)