Condividi tramite


Proprietà LanguageCollection.Item (Int32)

Gets a Language object in the collection by index number.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public ReadOnly Default Property Item ( _
    index As Integer _
) As Language 
    Get
'Utilizzo
Dim instance As LanguageCollection 
Dim index As Integer 
Dim value As Language 

value = instance(index)
public Language this[
    int index
] { get; }
public:
property Language^ default[int index] {
    Language^ get (int index);
}
member Item : Language
JScript supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.

Parametri

Valore proprietà

Tipo: Microsoft.SqlServer.Management.Smo.Language
A Language object value that represents the SQL Server language.

Esempi

Utilizzo delle raccolte

Vedere anche

Riferimento

LanguageCollection Classe

Overload Item

Spazio dei nomi Microsoft.SqlServer.Management.Smo