Właściwość SqlAssemblyFileCollection.Item (Int32)
Pobiera SqlAssemblyFile 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 SqlAssemblyFile
Get
'Użycie
Dim instance As SqlAssemblyFileCollection
Dim index As Integer
Dim value As SqlAssemblyFile
value = instance(index)
public SqlAssemblyFile this[
int index
] { get; }
public:
property SqlAssemblyFile^ default[int index] {
SqlAssemblyFile^ get (int index);
}
member Item : SqlAssemblyFile
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 SqlAssemblyFile obiekt w SqlAssemblyFileCollection kolekcja.
Wartość właściwości
Typ: Microsoft.SqlServer.Management.Smo.SqlAssemblyFile
A SqlAssemblyFile wartość obiektu, który reprezentuje plik wirtualny plik dziennika.
Zobacz także