Właściwość SqlAssemblyCollection.Item (Int32)
Pobiera SqlAssembly obiektu kolekcja według numeru indeksu.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Public ReadOnly Default Property Item ( _
index As Integer _
) As SqlAssembly
Get
'Użycie
Dim instance As SqlAssemblyCollection
Dim index As Integer
Dim value As SqlAssembly
value = instance(index)
public SqlAssembly this[
int index
] { get; }
public:
property SqlAssembly^ default[int index] {
SqlAssembly^ get (int index);
}
member Item : SqlAssembly
Język JScript obsługuje używanie indeksowanych właściwości, ale nie obsługuje deklarowania nowych.
Parametry
- index
Typ: System.Int32
Int32 Wartość, która określa położenie SqlAssembly obiekt w SqlAssemblyCollection kolekcja.
Wartość właściwości
Typ: Microsoft.SqlServer.Management.Smo.SqlAssembly
A SqlAssembly obiektu wartość reprezentująca wirtualny plik dziennika.
Zobacz także