CertificateCollection.ItemById Method (Int32)

 

Applies To: SQL Server 2016 Preview

Extracts a member from the CertificateCollection collection by using a system-defined, unique identifier.

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

Syntax

public Certificate ItemById(
    int id
)
public:
Certificate^ ItemById(
    int id
)
member ItemById : 
        id:int -> Certificate
Public Function ItemById (
    id As Integer
) As Certificate

Parameters

Return Value

Type: Microsoft.SqlServer.Management.Smo.Certificate

A Certificate object that has the specified ID value.

Examples

Legacy Code Example

Using Collections

See Also

CertificateCollection Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top