Constructeur SmoObjectExtender<T> (T)
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.