Udostępnij przez


Metoda XmlSchemaCollectionCollection.ItemById

Wyodrębnia element członkowski z XmlSchemaCollectionCollection przy użyciu kolekcja identyfikator unikatowy, zdefiniowanych przez system.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Składnia

'Deklaracja
Public Function ItemById ( _
    id As Integer _
) As XmlSchemaCollection
'Użycie
Dim instance As XmlSchemaCollectionCollection
Dim id As Integer
Dim returnValue As XmlSchemaCollection

returnValue = instance.ItemById(id)
public XmlSchemaCollection ItemById(
    int id
)
public:
XmlSchemaCollection^ ItemById(
    int id
)
member ItemById : 
        id:int -> XmlSchemaCollection 
public function ItemById(
    id : int
) : XmlSchemaCollection

Parametry

Wartość zwracana

Typ: Microsoft.SqlServer.Management.Smo.XmlSchemaCollection
XmlSchemaCollection Obiekt, który ma określoną wartość Identyfikatora.