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 支持使用索引属性,但不支持声明新索引属性。

参数

属性值

类型:Microsoft.SqlServer.Management.Smo.Sequence
A Sequence object value that represents the Sequence.

请参阅

参考

SequenceCollection 类

Item 重载

Microsoft.SqlServer.Management.Smo 命名空间