Condividi tramite


Proprietà Parent

Ottiene o imposta l'oggetto SqlSmoObject, padre dell'oggetto Trigger.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
<SfcParentAttribute("View")> _
<SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectFlags.Design)> _
<SfcParentAttribute("Table")> _
Public Property Parent As SqlSmoObject
    Get
    Set
'Utilizzo
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)

Valore proprietà

Tipo: Microsoft.SqlServer.Management.Smo. . :: . .SqlSmoObject
Oggetto SqlSmoObject che specifica l'elemento padre dell'oggetto Trigger.