次の方法で共有


Parent プロパティ

PartitionSchemeParameter オブジェクトの親である PartitionScheme オブジェクトを取得します。値の設定も可能です。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<SfcParentAttribute("Table")> _
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)> _
<SfcParentAttribute("Index")> _
Public Property Parent As SqlSmoObject
    Get
    Set
'使用
Dim instance As PartitionSchemeParameter
Dim value As SqlSmoObject

value = instance.Parent

instance.Parent = value
[SfcParentAttribute("Table")]
[SfcObjectAttribute(SfcObjectRelationship.ParentObject)]
[SfcParentAttribute("Index")]
public SqlSmoObject Parent { get; set; }
[SfcParentAttribute(L"Table")]
[SfcObjectAttribute(SfcObjectRelationship::ParentObject)]
[SfcParentAttribute(L"Index")]
public:
property SqlSmoObject^ Parent {
    SqlSmoObject^ get ();
    void set (SqlSmoObject^ value);
}
[<SfcParentAttribute("Table")>]
[<SfcObjectAttribute(SfcObjectRelationship.ParentObject)>]
[<SfcParentAttribute("Index")>]
member Parent : SqlSmoObject with get, set
function get Parent () : SqlSmoObject
function set Parent (value : SqlSmoObject)

プロパティ値

型: Microsoft.SqlServer.Management.Smo. . :: . .SqlSmoObject
PartitionSchemeParameter オブジェクトの親である PartitionScheme オブジェクト。