Compartir a través de


PredCompareInfo.Key Constructor (String)

Initializes a new instance of the PredCompareInfo.Key class from the name parameter.

Espacio de nombres:  Microsoft.SqlServer.Management.XEvent
Ensamblado:  Microsoft.SqlServer.Management.XEvent (en Microsoft.SqlServer.Management.XEvent.dll)

Sintaxis

'Declaración
Public Sub New ( _
    name As String _
)
'Uso
Dim name As String 

Dim instance As New PredCompareInfo.Key(name)
public Key(
    string name
)
public:
Key(
    String^ name
)
new : 
        name:string -> Key
public function PredCompareInfo.Key(
    name : String
)

Parámetros

  • name
    Tipo: System.String
    A string value that specifies the name.

Vea también

Referencia

PredCompareInfo.Key Clase

Sobrecarga de PredCompareInfo.Key

Espacio de nombres Microsoft.SqlServer.Management.XEvent