Index.IndexedXmlPathName 属性

Gets or sets the name of the indexed XML path.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone)> _
Public Property IndexedXmlPathName As String 
    Get 
    Set
用法
Dim instance As Index 
Dim value As String 

value = instance.IndexedXmlPathName

instance.IndexedXmlPathName = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone)]
public string IndexedXmlPathName { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::ReadOnlyAfterCreation|SfcPropertyFlags::Standalone)]
public:
property String^ IndexedXmlPathName {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone)>]
member IndexedXmlPathName : string with get, set
function get IndexedXmlPathName () : String 
function set IndexedXmlPathName (value : String)

属性值

类型:System.String
The name of the indexed XML path.

请参阅

参考

Index 类

Microsoft.SqlServer.Management.Smo 命名空间