Compartir a través de


Package.Key Constructor (String, String)

Initializes a new instance of the Package.Key class with the specified GUID and name.

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

Sintaxis

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

Dim instance As New Package.Key(guid, name)
public Key(
    string guid,
    string name
)
public:
Key(
    String^ guid, 
    String^ name
)
new : 
        guid:string * 
        name:string -> Key
public function Package.Key(
    guid : String, 
    name : String
)

Parámetros

Vea también

Referencia

Package.Key Clase

Sobrecarga de Package.Key

Espacio de nombres Microsoft.SqlServer.Management.XEvent