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 命名空间