Index.IndexedXmlPathNamespaces 속성

Gets the collection of indexed XML path namespace.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.OneToAny, GetType(IndexedXmlPathNamespace),  _
    SfcObjectFlags.None Or SfcObjectFlags.NaturalOrder Or SfcObjectFlags.Design Or SfcObjectFlags.Deploy)> _
Public ReadOnly Property IndexedXmlPathNamespaces As IndexedXmlPathNamespaceCollection 
    Get
‘사용 방법
Dim instance As Index 
Dim value As IndexedXmlPathNamespaceCollection 

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

속성 값

유형: Microsoft.SqlServer.Management.Smo.IndexedXmlPathNamespaceCollection
the collection of indexed XML path namespace.

참고 항목

참조

Index 클래스

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