Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the TargetColumnInfo object with the specified name.
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 TargetColumnInfo
Get
'Usage
Dim instance As TargetColumnInfoCollection
Dim name As String
Dim value As TargetColumnInfo
value = instance(name)
public TargetColumnInfo this[
string name
] { get; }
public:
property TargetColumnInfo^ default[String^ name] {
TargetColumnInfo^ get (String^ name);
}
member Item : TargetColumnInfo
JScript supports the use of indexed properties, but not the declaration of new ones.
Parameters
- name
Type: System.String
A string value that specifies the name.
Property Value
Type: Microsoft.SqlServer.Management.XEvent.TargetColumnInfo
A TargetColumnInfo object.