Compartilhar via


Propriedade Parent

Gets or sets the SqlSmoObject object that is the parent of the Trigger object.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
<SfcParentAttribute("View")> _
<SfcParentAttribute("Table")> _
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)> _
Public Property Parent As SqlSmoObject
    Get
    Set
'Uso
Dim instance As Trigger
Dim value As SqlSmoObject

value = instance.Parent

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

Valor da propriedade

Tipo: Microsoft.SqlServer.Management.Smo. . :: . .SqlSmoObject
A SqlSmoObject object that specifies the parent of the Trigger object.