Gets or sets the SfcInstance object that is the parent of the current object.
命名空间: Microsoft.SqlServer.Management.XEvent
程序集: Microsoft.SqlServer.Management.XEvent(在 Microsoft.SqlServer.Management.XEvent.dll 中)
语法
声明
<SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectCardinality.One)> _
Public Property Parent As EventInfo
Get
Set
用法
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)
属性值
类型:Microsoft.SqlServer.Management.XEvent.EventInfo
An SfcInstance object that is the parent of the current object.