LanguageCollection.Item Propiedad (Int32)
Gets a Language object in the collection by index number.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
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 admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.
Parámetros
- index
Tipo: System.Int32
An Int32 value that specifies the position of the Language object in the LanguageCollection collection.
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.Smo.Language
A Language object value that represents the SQL Server language.