Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Initializes a new instance of the SmoEventArgs class with the specified Uniform Resource Name (URN) address.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Sub New ( _
urn As Urn _
)
'Utilisation
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
)
Paramètres
- urn
Type : Microsoft.SqlServer.Management.Sdk.Sfc.Urn
A Urn object value that specifies the URN address.