Constructeur TargetColumnInfo.Key (TargetColumnInfo.Key)
Initializes a new instance of the TargetColumnInfo.Key class.
Espace de noms : Microsoft.SqlServer.Management.XEvent
Assembly : Microsoft.SqlServer.Management.XEvent (en Microsoft.SqlServer.Management.XEvent.dll)
Syntaxe
'Déclaration
Public Sub New ( _
other As TargetColumnInfo.Key _
)
'Utilisation
Dim other As TargetColumnInfo.Key
Dim instance As New TargetColumnInfo.Key(other)
public Key(
TargetColumnInfo.Key other
)
public:
Key(
TargetColumnInfo.Key^ other
)
new :
other:TargetColumnInfo.Key -> Key
public function TargetColumnInfo.Key(
other : TargetColumnInfo.Key
)
Paramètres
- other
Type : Microsoft.SqlServer.Management.XEvent.TargetColumnInfo.Key
A TargetColumnInfo.Key object.