Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a DataEventColumnInfo object specified by the name parameter from the collection.
Namespace: Microsoft.SqlServer.Management.XEvent
Assembly: Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
name As String _
) As DataEventColumnInfo
Get
'Usage
Dim instance As DataEventColumnInfoCollection
Dim name As String
Dim value As DataEventColumnInfo
value = instance(name)
public DataEventColumnInfo this[
string name
] { get; }
public:
property DataEventColumnInfo^ default[String^ name] {
DataEventColumnInfo^ get (String^ name);
}
member Item : DataEventColumnInfo
JScript supports the use of indexed properties, but not the declaration of new ones.
Parameters
- name
Type: System.String
The name of the DataEventColumnInfo item as string.
Property Value
Type: Microsoft.SqlServer.Management.XEvent.DataEventColumnInfo
A DataEventColumnInfo object.