共用方式為


SmoEventArgs 建構

Initializes a new instance of the SmoEventArgs class with the specified Uniform Resource Name (URN) address.

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

語法

'宣告
Public Sub New ( _
    urn As Urn _
)
'用途
Dim urn As Urn

Dim instance As New SmoEventArgs(urn)
public SmoEventArgs(
    Urn urn
)
public:
SmoEventArgs(
    Urn^ urn
)
new : 
        urn:Urn -> SmoEventArgs
public function SmoEventArgs(
    urn : Urn
)

參數

  • urn
    型別:Urn
    A Urn object value that specifies the URN address.