Column.Parent プロパティ

Column オブジェクトの親である SqlSmoObject オブジェクトを取得します。

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

構文

'宣言
<SfcParentAttribute("Rule")> _
<SfcParentAttribute("Default")> _
<SfcParentAttribute("View")> _
<SfcParentAttribute("Table")> _
<SfcParentAttribute("UserDefinedFunction")> _
<SfcParentAttribute("Statistic")> _
<SfcParentAttribute("UserDefinedTableType")> _
<SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectFlags.Design)> _
<SfcParentAttribute("ForeignKey")> _
Public Property Parent As SqlSmoObject 
    Get 
    Set
'使用
Dim instance As Column 
Dim value As SqlSmoObject 

value = instance.Parent

instance.Parent = value
[SfcParentAttribute("Rule")]
[SfcParentAttribute("Default")]
[SfcParentAttribute("View")]
[SfcParentAttribute("Table")]
[SfcParentAttribute("UserDefinedFunction")]
[SfcParentAttribute("Statistic")]
[SfcParentAttribute("UserDefinedTableType")]
[SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectFlags.Design)]
[SfcParentAttribute("ForeignKey")]
public SqlSmoObject Parent { get; set; }
[SfcParentAttribute(L"Rule")]
[SfcParentAttribute(L"Default")]
[SfcParentAttribute(L"View")]
[SfcParentAttribute(L"Table")]
[SfcParentAttribute(L"UserDefinedFunction")]
[SfcParentAttribute(L"Statistic")]
[SfcParentAttribute(L"UserDefinedTableType")]
[SfcObjectAttribute(SfcObjectRelationship::ParentObject, SfcObjectFlags::Design)]
[SfcParentAttribute(L"ForeignKey")]
public:
property SqlSmoObject^ Parent {
    SqlSmoObject^ get ();
    void set (SqlSmoObject^ value);
}
[<SfcParentAttribute("Rule")>]
[<SfcParentAttribute("Default")>]
[<SfcParentAttribute("View")>]
[<SfcParentAttribute("Table")>]
[<SfcParentAttribute("UserDefinedFunction")>]
[<SfcParentAttribute("Statistic")>]
[<SfcParentAttribute("UserDefinedTableType")>]
[<SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectFlags.Design)>]
[<SfcParentAttribute("ForeignKey")>]
member Parent : SqlSmoObject with get, set
function get Parent () : SqlSmoObject 
function set Parent (value : SqlSmoObject)

プロパティ値

型: Microsoft.SqlServer.Management.Smo.SqlSmoObject
Column オブジェクトを所有する親を示す SqlSmoObject オブジェクトの値です。

使用例

データベース オブジェクトでの作業

関連項目

参照

Column クラス

Microsoft.SqlServer.Management.Smo 名前空間