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