PartitionSchemeParameter.Parent プロパティ
PartitionSchemeParameter オブジェクトの親である PartitionScheme オブジェクトを取得します。値の設定も可能です。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)> _
<SfcParentAttribute("Index")> _
<SfcParentAttribute("Table")> _
Public Property Parent As SqlSmoObject
Get
Set
'使用
Dim instance As PartitionSchemeParameter
Dim value As SqlSmoObject
value = instance.Parent
instance.Parent = value
[SfcObjectAttribute(SfcObjectRelationship.ParentObject)]
[SfcParentAttribute("Index")]
[SfcParentAttribute("Table")]
public SqlSmoObject Parent { get; set; }
[SfcObjectAttribute(SfcObjectRelationship::ParentObject)]
[SfcParentAttribute(L"Index")]
[SfcParentAttribute(L"Table")]
public:
property SqlSmoObject^ Parent {
SqlSmoObject^ get ();
void set (SqlSmoObject^ value);
}
[<SfcObjectAttribute(SfcObjectRelationship.ParentObject)>]
[<SfcParentAttribute("Index")>]
[<SfcParentAttribute("Table")>]
member Parent : SqlSmoObject with get, set
function get Parent () : SqlSmoObject
function set Parent (value : SqlSmoObject)
プロパティ値
型: Microsoft.SqlServer.Management.Smo.SqlSmoObject
PartitionSchemeParameter オブジェクトの親である PartitionScheme オブジェクトです。
使用例
関連項目
参照
Microsoft.SqlServer.Management.Smo 名前空間