Właściwość SqlAssemblyFileCollection.Item (String)
Pobiera SqlAssemblyFile obiektu kolekcja według nazwy.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Public ReadOnly Default Property Item ( _
name As String _
) As SqlAssemblyFile
Get
'Użycie
Dim instance As SqlAssemblyFileCollection
Dim name As String
Dim value As SqlAssemblyFile
value = instance(name)
public SqlAssemblyFile this[
string name
] { get; }
public:
property SqlAssemblyFile^ default[String^ name] {
SqlAssemblyFile^ get (String^ name);
}
member Item : SqlAssemblyFile
Język JScript obsługuje używanie indeksowanych właściwości, ale nie obsługuje deklarowania nowych.
Parametry
- name
Typ: System.String
A String wartość, która określa nazwę 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