次の方法で共有


Package.Key コンストラクター (String, String)

指定された GUID と名前を使用して、Package.Key クラスの新しいインスタンスを初期化します。

名前空間:  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
    部分修飾のパッケージ名です。

関連項目

参照

Package.Key クラス

Package.Key オーバーロード

Microsoft.SqlServer.Management.XEvent 名前空間