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
)
매개 변수
- guid
유형: System.String
The module GUID.
- name
유형: System.String
The non-fully qualified package name.