Share via


Propriété Item

Gets a Urn object in the collection by index number.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Default Property Item ( _
    index As Integer _
) As Urn
    Get
    Set
'Utilisation
Dim instance As UrnCollection
Dim index As Integer
Dim value As Urn

value = instance(index)

instance(index) = value
public Urn this[
    int index
] { get; set; }
public:
virtual property Urn^ default[int index] {
    Urn^ get (int index) sealed;
    void set (int index, Urn^ value) sealed;
}
abstract Item : Urn with get, set
override Item : Urn with get, set
JScript prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.

Paramètres

Valeur de propriété

Type : Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .Urn
A Urn object value that represents the Uniform Resource Name (URN) address.

Implémente

IList< (Of < ( <'T> ) > ) >. . :: . .Item[ ( [ ( Int32] ) ] )