Freigeben über


SmoObjectExtender(T)-Konstruktor (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 (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public Sub New ( _
    obj As T _
)
'Usage
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
)

Parameter