Gets the TypeInfo object with the specified name.
命名空間: Microsoft.SqlServer.Management.XEvent
組件: Microsoft.SqlServer.Management.XEvent (在 Microsoft.SqlServer.Management.XEvent.dll 中)
語法
'宣告
Public ReadOnly Default Property Item ( _
name As String _
) As TypeInfo
Get
'用途
Dim instance As TypeInfoCollection
Dim name As String
Dim value As TypeInfo
value = instance(name)
public TypeInfo this[
string name
] { get; }
public:
virtual property TypeInfo^ default[String^ name] {
TypeInfo^ get (String^ name) sealed;
}
abstract Item : TypeInfo
override Item : TypeInfo
JScript 支援索引屬性的使用,但不支援新屬性的宣告。
參數
- name
型別:System.String
A string value that specifies the name.
屬性值
型別:Microsoft.SqlServer.Management.XEvent.TypeInfo
Returns True if the collection contains the TypeInfo object with the specified name, otherwise False.