共用方式為


Target 建構函式 (Session, String)

Initializes a new instance of the Target class with the given parent and name.

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

語法

'宣告
Public Sub New ( _
    parent As Session, _
    name As String _
)
'用途
Dim parent As Session 
Dim name As String 

Dim instance As New Target(parent, _
    name)
public Target(
    Session parent,
    string name
)
public:
Target(
    Session^ parent, 
    String^ name
)
new : 
        parent:Session * 
        name:string -> Target
public function Target(
    parent : Session, 
    name : String
)

參數

  • name
    型別:System.String
    A string value that contains the fully qualified name of the Target object.

例外狀況

例外狀況 條件
ArgumentNullException

Parameter name is null.

XEventException

The target name is malformed or wrong.

NullReferenceException

The parent of the session is not set yet.

請參閱

參考

Target 類別

Target 多載

Microsoft.SqlServer.Management.XEvent 命名空間