Свойство Item (String)
Gets an ExtendedProperty 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 ExtendedProperty
Get
'Применение
Dim instance As ExtendedPropertyCollection
Dim name As String
Dim value As ExtendedProperty
value = instance(name)
public ExtendedProperty this[
string name
] { get; }
public:
property ExtendedProperty^ default[String^ name] {
ExtendedProperty^ get (String^ name);
}
member Item : ExtendedProperty
JScript поддерживает использование индексированных свойств, но не объявление новых.
Параметры
- name
Тип: System. . :: . .String
A String value that specifies the name of the ExtendedProperty object in the ExtendedPropertyCollection collection.
Значение свойства
Тип: Microsoft.SqlServer.Management.Smo. . :: . .ExtendedProperty
An ExtendedProperty object value that represents the extended property.