Parent 属性

Gets the Database object that is the parent of the DatabaseDdlTriggerCollection object.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public ReadOnly Property Parent As Database
    Get
用法
Dim instance As DatabaseDdlTriggerCollection
Dim value As Database

value = instance.Parent
public Database Parent { get; }
public:
property Database^ Parent {
    Database^ get ();
}
member Parent : Database
function get Parent () : Database

属性值

类型:Microsoft.SqlServer.Management.Smo. . :: . .Database
A Database object that is the parent of the DatabaseDdlTriggerCollection object.

示例

使用集合