Condividi tramite


Costruttore Package.Key (String, String)

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

Spazio dei nomi  Microsoft.SqlServer.Management.XEvent
Assembly:  Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)

Sintassi

'Dichiarazione
Public Sub New ( _
    guid As String, _
    name As String _
)
'Utilizzo
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
)

Parametri

Vedere anche

Riferimento

Package.Key Classe

Overload Package.Key

Spazio dei nomi Microsoft.SqlServer.Management.XEvent