Compartilhar via


Construtor SmoObjectExtender(T) (T)

Creates a new instance of the SmoObjectExtender<(Of <(<'T>)>)> class that extends the specified object.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public Sub New ( _
    obj As T _
)
'Uso
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
)

Parâmetros