Właściwość DefaultCollection.Item (String)
Pobiera Default 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 Default
Get
'Użycie
Dim instance As DefaultCollection
Dim name As String
Dim value As Default
value = instance(name)
public Default this[
string name
] { get; }
public:
property Default^ default[String^ name] {
Default^ get (String^ name);
}
member Item : Default
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ę Default obiekt w DefaultCollection kolekcja.
Wartość właściwości
Typ: Microsoft.SqlServer.Management.Smo.Default
A Default obiektu wartość reprezentująca domyślnym.
Zobacz także