다음을 통해 공유


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.

참고 항목

참조

IndexedXmlPathNamespace 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스