共用方式為


Package.Key 建構函式 (String, String)

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

命名空間:  Microsoft.SqlServer.Management.XEvent
組件:  Microsoft.SqlServer.Management.XEvent (在 Microsoft.SqlServer.Management.XEvent.dll 中)

語法

'宣告
Public Sub New ( _
    guid As String, _
    name As String _
)
'用途
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
)

參數

  • name
    型別:System.String
    The non-fully qualified package name.

請參閱

參考

Package.Key 類別

Package.Key 多載

Microsoft.SqlServer.Management.XEvent 命名空間