Index.IndexedXmlPaths 속성

Gets or sets the collection of indexed XML paths.

네임스페이스:  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
The collection of indexed XML paths.

참고 항목

참조

Index 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스