XmlSchemaCollectionCollection.ItemById Method (Int32)

 

Applies To: SQL Server 2016 Preview

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

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

Syntax

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

Parameters

Return Value

Type: Microsoft.SqlServer.Management.Smo.XmlSchemaCollection

An XmlSchemaCollection object that has the specified ID value.

Examples

Legacy Code Example

Unable to find linked topic '2055415e-1f9c-4e53-9d61-e0d339db9bd4'.

See Also

XmlSchemaCollectionCollection Class
Microsoft.SqlServer.Management.Smo Namespace
Using Collections

Return to top