Właściwość Item (String)
Pobiera Endpoint obiektu kolekcja według nazwy.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Syntax
'Deklaracja
Public ReadOnly Default Property Item ( _
name As String _
) As Endpoint
Get
'Użycie
Dim instance As EndpointCollection
Dim name As String
Dim value As Endpoint
value = instance(name)
public Endpoint this[
string name
] { get; }
public:
property Endpoint^ default[String^ name] {
Endpoint^ get (String^ name);
}
member Item : Endpoint
JScript supports the use of indexed properties, but not the declaration of new ones.
Parameters
- name
Typ: System. . :: . .String
A String wartość, która określa nazwę Endpoint obiekt w EndpointCollection kolekcja.
Wartość właściwości
Typ: Microsoft.SqlServer.Management.Smo. . :: . .Endpoint
Endpoint Wartość obiektu, który reprezentuje punkt końcowy HTTP.
Zobacz także