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.
Creates a new instance of the SmoObjectExtender<T> class that extends the specified object.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Sub New ( _
obj As T _
)
'Utilisation
Dim obj As T
Dim instance As New SmoObjectExtender(obj)
public SmoObjectExtender(
T obj
)
public:
SmoObjectExtender(
T obj
)
new :
obj:'T -> SmoObjectExtender
public function SmoObjectExtender(
obj : T
)
Paramètres
- obj
Type : T
The SqlSmoObject to be extended.