Свойство Trigger.Parent
Gets or sets the SqlSmoObject object that is the parent of the Trigger object.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
<SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectFlags.Design)> _
<SfcParentAttribute("View")> _
<SfcParentAttribute("Table")> _
Public Property Parent As SqlSmoObject
Get
Set
'Применение
Dim instance As Trigger
Dim value As SqlSmoObject
value = instance.Parent
instance.Parent = value
[SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectFlags.Design)]
[SfcParentAttribute("View")]
[SfcParentAttribute("Table")]
public SqlSmoObject Parent { get; set; }
[SfcObjectAttribute(SfcObjectRelationship::ParentObject, SfcObjectFlags::Design)]
[SfcParentAttribute(L"View")]
[SfcParentAttribute(L"Table")]
public:
property SqlSmoObject^ Parent {
SqlSmoObject^ get ();
void set (SqlSmoObject^ value);
}
[<SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectFlags.Design)>]
[<SfcParentAttribute("View")>]
[<SfcParentAttribute("Table")>]
member Parent : SqlSmoObject with get, set
function get Parent () : SqlSmoObject
function set Parent (value : SqlSmoObject)
Значение свойства
Тип: Microsoft.SqlServer.Management.Smo.SqlSmoObject
A SqlSmoObject object that specifies the parent of the Trigger object.
Примеры
Создание, изменение и удаление триггеров
См. также
Справочник
Пространство имен Microsoft.SqlServer.Management.Smo