EndpointCollection.ItemById Method
SQL Server 2008 R2
Extracts a member from the EndpointCollection collection using a system-defined, unique identifier.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Parameters
- id
- Type: System.Int32
An Int32 value that uniquely identifies the Endpoint object that is a member of the EndpointCollection collection.
Return Value
Type: Microsoft.SqlServer.Management.Smo.EndpointAn Endpoint object that has the specified ID value.
