IndexedXmlPathNamespaceCollection.Parent 屬性
Gets or sets the parent indexed XML path namespace.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
Public ReadOnly Property Parent As Index
Get
'用途
Dim instance As IndexedXmlPathNamespaceCollection
Dim value As Index
value = instance.Parent
public Index Parent { get; }
public:
property Index^ Parent {
Index^ get ();
}
member Parent : Index
function get Parent () : Index
屬性值
型別:Microsoft.SqlServer.Management.Smo.Index
The parent indexed XML path namespace.