ObjectDroppedEventArgs 构造函数

Initializes a new instance of the ObjectDroppedEventArgs class that has the specified Uniform Resource Name (URN) value and the specified inner object.

命名空间:  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 ObjectDroppedEventArgs(urn)
public ObjectDroppedEventArgs(
    Urn urn
)
public:
ObjectDroppedEventArgs(
    Urn^ urn
)
new : 
        urn:Urn -> ObjectDroppedEventArgs
public function ObjectDroppedEventArgs(
    urn : Urn
)

参数

示例

处理 SMO 事件

请参阅

参考

ObjectDroppedEventArgs 类

Microsoft.SqlServer.Management.Smo 命名空间