Свойство Item (String)
Gets an object in the collection by name.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public ReadOnly Default Property Item ( _
name As String _
) As Property
Get
'Применение
Dim instance As PropertyCollection
Dim name As String
Dim value As [Property]
value = instance(name)
public Property this[
string name
] { get; }
public:
property Property^ default[String^ name] {
Property^ get (String^ name);
}
member Item : Property
JScript поддерживает использование индексированных свойств, но не объявление новых.
Параметры
- name
Тип: System. . :: . .String
A String value that specifies the name of the object in the collection.
Значение свойства
Тип: Microsoft.SqlServer.Management.Smo. . :: . .Property
An object value that represents the property.
См. также