Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets an object that is the parent of the AvailabilityGroupListenerIPAddress object.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)> _
Public Property Parent As AvailabilityGroupListener
Get
Set
'Usage
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)
Property Value
Type: Microsoft.SqlServer.Management.Smo.AvailabilityGroupListener
An AvailabilityGroupListener object.