SmoEventArgs コンストラクター

指定した URN (Uniform Resource Name) アドレスを使用して、SmoEventArgs クラスの新しいインスタンスを初期化します。

名前空間:  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
)

パラメーター

関連項目

参照

SmoEventArgs クラス

Microsoft.SqlServer.Management.Smo 名前空間