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