SmoObjectExtender<T> 建構函式 (T)
Creates a new instance of the SmoObjectExtender<T> class that extends the specified object.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
Public Sub New ( _
obj As T _
)
'用途
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
)
參數
- obj
型別:T
The SqlSmoObject to be extended.