Freigeben über


EndpointCollection.EnumEndpoints-Methode

Returns an enumerated list of endpoints of the specified type.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public Function EnumEndpoints ( _
    endpointType As EndpointType _
) As Endpoint()
'Usage
Dim instance As EndpointCollection 
Dim endpointType As EndpointType 
Dim returnValue As Endpoint()

returnValue = instance.EnumEndpoints(endpointType)
public Endpoint[] EnumEndpoints(
    EndpointType endpointType
)
public:
array<Endpoint^>^ EnumEndpoints(
    EndpointType endpointType
)
member EnumEndpoints : 
        endpointType:EndpointType -> Endpoint[] 
public function EnumEndpoints(
    endpointType : EndpointType
) : Endpoint[]

Parameter

Rückgabewert

Typ: array<Microsoft.SqlServer.Management.Smo.Endpoint[]
An array of Endpoint objects that specifies the list of endpoints of the specified type.

Beispiele

Verwenden von Auflistungen

Siehe auch

Verweis

EndpointCollection Klasse

Microsoft.SqlServer.Management.Smo-Namespace