IndexedXmlPathNamespace.Parent プロパティ

インデックス付き XML パスの名前空間の親を取得します。

名前空間:  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
インデックス付き XML パスの名前空間の親です。

関連項目

参照

IndexedXmlPathNamespace クラス

Microsoft.SqlServer.Management.Smo 名前空間