Parent 屬性
Gets the ITableViewBase object that is the parent of this object.
命名空間: Microsoft.SqlServer.Management.SqlParser.Metadata
組件: Microsoft.SqlServer.Management.SqlParser (在 Microsoft.SqlServer.Management.SqlParser.dll 中)
語法
'宣告
ReadOnly Property Parent As ITableViewBase
Get
'用途
Dim instance As IDmlTrigger
Dim value As ITableViewBase
value = instance.Parent
ITableViewBase Parent { get; }
property ITableViewBase^ Parent {
ITableViewBase^ get ();
}
abstract Parent : ITableViewBase
function get Parent () : ITableViewBase
屬性值
型別:Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .ITableViewBase
The object that is the parent of this object.