SmoEventArgs Constructor
Initializes a new instance of the SmoEventArgs class with the specified Uniform Resource Name (URN) address.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public Sub New ( _
urn As Urn _
)
'Uso
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
)
Parámetros
- urn
Tipo: Urn
A Urn object value that specifies the URN address.
Vea también