Свойство IndexedXmlPathNamespace.Parent
Gets the parent of the indexed Xml path namespace.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
<SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectFlags.Design)> _
Public Property Parent As Index
Get
Set
'Применение
Dim instance As IndexedXmlPathNamespace
Dim value As Index
value = instance.Parent
instance.Parent = value
[SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectFlags.Design)]
public Index Parent { get; set; }
[SfcObjectAttribute(SfcObjectRelationship::ParentObject, SfcObjectFlags::Design)]
public:
property Index^ Parent {
Index^ get ();
void set (Index^ value);
}
[<SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectFlags.Design)>]
member Parent : Index with get, set
function get Parent () : Index
function set Parent (value : Index)
Значение свойства
Тип: Microsoft.SqlServer.Management.Smo.Index
The parent of the indexed Xml path namespace.