SmoEventArgs Constructor
Initializes a new instance of the SmoEventArgs class with the specified Uniform Resource Name (URN) address.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
Public Sub New ( _
urn As Urn _
)
public SmoEventArgs (
Urn urn
)
public:
SmoEventArgs (
Urn^ urn
)
public SmoEventArgs (
Urn urn
)
public function SmoEventArgs (
urn : Urn
)
Parameters
- urn
A Urn object value that specifies the URN address.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
See Also