Partilhar via


Propriedade do RDL LanguageCollection.Item (Int32)

Gets a Language object in the collection by index number.

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

Sintaxe

'Declaração
Public ReadOnly Default Property Item ( _
    index As Integer _
) As Language 
    Get
'Uso
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 dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.

Parâmetros

Valor da propriedade

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

Exemplos

Usando coleções

Consulte também

Referência

LanguageCollection Classe

Sobrecarregado Item

Namespace Microsoft.SqlServer.Management.Smo