次の方法で共有


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
)

パラメーター

  • urn
    型: Urn
    URN アドレスを示す Urn オブジェクトの値です。