Udostępnij za pośrednictwem


Właściwość ServerProtocolCollection.Item (String)

Pobiera ServerProtocol obiektu kolekcja według nazwy.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo.Wmi
Zestaw:  Microsoft.SqlServer.SqlWmiManagement (w Microsoft.SqlServer.SqlWmiManagement.dll)

Składnia

'Deklaracja
Public ReadOnly Default Property Item ( _
    name As String _
) As ServerProtocol
    Get
'Użycie
Dim instance As ServerProtocolCollection
Dim name As String
Dim value As ServerProtocol

value = instance(name)
public ServerProtocol this[
    string name
] { get; }
public:
property ServerProtocol^ default[String^ name] {
    ServerProtocol^ get (String^ name);
}
member Item : ServerProtocol
Język JScript obsługuje używanie indeksowanych właściwości, ale nie obsługuje deklarowania nowych.

Parametry

Wartość właściwości

Typ: Microsoft.SqlServer.Management.Smo.Wmi.ServerProtocol
A ServerProtocol wartość obiektu, który reprezentuje protokół serwera.