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