Свойство Item (String)
Gets a ServerProtocol object in the collection by name.
Пространство имен: Microsoft.SqlServer.Management.Smo.Wmi
Сборка: Microsoft.SqlServer.SqlWmiManagement (в Microsoft.SqlServer.SqlWmiManagement.dll)
Синтаксис
'Декларация
Public ReadOnly Default Property Item ( _
name As String _
) As ServerProtocol
Get
'Применение
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
JScript поддерживает использование индексированных свойств, но не объявление новых.
Параметры
- name
Тип: System. . :: . .String
A STring value that specifies the name of the ServerProtocol object in the ServerProtocolCollection collection.
Значение свойства
Тип: Microsoft.SqlServer.Management.Smo.Wmi. . :: . .ServerProtocol
A ServerProtocol object value that represents the server protocol.