Propriedade do RDL EventColumnInfo.Parent
Gets or sets the SfcInstance object that is the parent of the current object.
Namespace: Microsoft.SqlServer.Management.XEvent
Assembly: Microsoft.SqlServer.Management.XEvent (em Microsoft.SqlServer.Management.XEvent.dll)
Sintaxe
'Declaração
<SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectCardinality.One)> _
Public Property Parent As EventInfo
Get
Set
'Uso
Dim instance As EventColumnInfo
Dim value As EventInfo
value = instance.Parent
instance.Parent = value
[SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectCardinality.One)]
public EventInfo Parent { get; set; }
[SfcObjectAttribute(SfcObjectRelationship::ParentObject, SfcObjectCardinality::One)]
public:
property EventInfo^ Parent {
EventInfo^ get ();
void set (EventInfo^ value);
}
[<SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectCardinality.One)>]
member Parent : EventInfo with get, set
function get Parent () : EventInfo
function set Parent (value : EventInfo)
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.XEvent.EventInfo
An SfcInstance object that is the parent of the current object.