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