Właściwość Item (Int32)
Pobiera SystemDataType obiektu kolekcja według numeru indeksu.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Syntax
'Deklaracja
Public ReadOnly Default Property Item ( _
index As Integer _
) As SystemDataType
Get
'Użycie
Dim instance As SystemDataTypeCollection
Dim index As Integer
Dim value As SystemDataType
value = instance(index)
public SystemDataType this[
int index
] { get; }
public:
property SystemDataType^ default[int index] {
SystemDataType^ get (int index);
}
member Item : SystemDataType
JScript supports the use of indexed properties, but not the declaration of new ones.
Parameters
- index
Typ: System. . :: . .Int32
Int32 Wartość, która określa położenie SystemDataType obiekt w SystemDataTypeCollection kolekcja.
Wartość właściwości
Typ: Microsoft.SqlServer.Management.Smo. . :: . .SystemDataType
A SystemDataType wartość obiektu, który reprezentuje typ danych systemu.
Zobacz także