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.