다음을 통해 공유


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 네임스페이스