Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Initializes a new instance of DataEventColumnInfo.Key from another instance.
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 DataEventColumnInfo.Key _
)
'Utilisation
Dim other As DataEventColumnInfo.Key
Dim instance As New DataEventColumnInfo.Key(other)
public Key(
DataEventColumnInfo.Key other
)
public:
Key(
DataEventColumnInfo.Key^ other
)
new :
other:DataEventColumnInfo.Key -> Key
public function DataEventColumnInfo.Key(
other : DataEventColumnInfo.Key
)
Paramètres
- other
Type : Microsoft.SqlServer.Management.XEvent.DataEventColumnInfo.Key
An instance of DataEventColumnInfo.Key.
Voir aussi
Référence
DataEventColumnInfo.Key Classe