共用方式為


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 命名空間