AvailabilityGroupListenerIPAddress.Parent 属性

Gets an object that is the parent of the AvailabilityGroupListenerIPAddress object.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)> _
Public Property Parent As AvailabilityGroupListener 
    Get 
    Set
用法
Dim instance As AvailabilityGroupListenerIPAddress 
Dim value As AvailabilityGroupListener 

value = instance.Parent

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

属性值

类型:Microsoft.SqlServer.Management.Smo.AvailabilityGroupListener
An AvailabilityGroupListener object.

请参阅

参考

AvailabilityGroupListenerIPAddress 类

Microsoft.SqlServer.Management.Smo 命名空间