Método EndpointCollection.EnumEndpoints
Returns an enumerated list of endpoints of the specified type.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public Function EnumEndpoints ( _
endpointType As EndpointType _
) As Endpoint()
'Uso
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[]
Parâmetros
- endpointType
Tipo: Microsoft.SqlServer.Management.Smo.EndpointType
An EndpointType object that specifies the type of endpoint to enumerate.
Valor de retorno
Tipo: array<Microsoft.SqlServer.Management.Smo.Endpoint[]
An array of Endpoint objects that specifies the list of endpoints of the specified type.