Index.IndexedXmlPaths プロパティ

インデックス付き XML パスのコレクションを取得または設定します。

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

構文

'宣言
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.OneToAny, GetType(IndexedXmlPath),  _
    SfcObjectFlags.None Or SfcObjectFlags.NaturalOrder Or SfcObjectFlags.Design Or SfcObjectFlags.Deploy)> _
Public ReadOnly Property IndexedXmlPaths As IndexedXmlPathCollection 
    Get
'使用
Dim instance As Index 
Dim value As IndexedXmlPathCollection 

value = instance.IndexedXmlPaths
[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.OneToAny, typeof(IndexedXmlPath), 
    SfcObjectFlags.None|SfcObjectFlags.NaturalOrder|SfcObjectFlags.Design|SfcObjectFlags.Deploy)]
public IndexedXmlPathCollection IndexedXmlPaths { get; }
[SfcObjectAttribute(SfcContainerRelationship::ChildContainer, SfcContainerCardinality::OneToAny, 
    typeof(IndexedXmlPath), SfcObjectFlags::None|SfcObjectFlags::NaturalOrder|SfcObjectFlags::Design|SfcObjectFlags::Deploy)]
public:
property IndexedXmlPathCollection^ IndexedXmlPaths {
    IndexedXmlPathCollection^ get ();
}
[<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.OneToAny, 
    typeof(IndexedXmlPath), SfcObjectFlags.None|SfcObjectFlags.NaturalOrder|SfcObjectFlags.Design|SfcObjectFlags.Deploy)>]
member IndexedXmlPaths : IndexedXmlPathCollection
function get IndexedXmlPaths () : IndexedXmlPathCollection

プロパティ値

型: Microsoft.SqlServer.Management.Smo.IndexedXmlPathCollection
インデックス付き XML パスのコレクションです。

関連項目

参照

Index クラス

Microsoft.SqlServer.Management.Smo 名前空間