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