Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets an object that is the parent of the AvailabilityGroupListenerIPAddressCollection object.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property Parent As AvailabilityGroupListener
Get
'Usage
Dim instance As AvailabilityGroupListenerIPAddressCollection
Dim value As AvailabilityGroupListener
value = instance.Parent
public AvailabilityGroupListener Parent { get; }
public:
property AvailabilityGroupListener^ Parent {
AvailabilityGroupListener^ get ();
}
member Parent : AvailabilityGroupListener
function get Parent () : AvailabilityGroupListener
Property Value
Type: Microsoft.SqlServer.Management.Smo.AvailabilityGroupListener
An object that is the parent of the AvailabilityGroupListenerIPAddressCollection object.