AddExisting 方法
Adds an object to the collection.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
Protected Friend Sub AddExisting ( _
smoObj As SqlSmoObject _
)
用法
Dim smoObj As SqlSmoObject
Me.AddExisting(smoObj)
protected internal void AddExisting(
SqlSmoObject smoObj
)
protected public:
void AddExisting(
SqlSmoObject^ smoObj
)
member AddExisting :
smoObj:SqlSmoObject -> unit
function AddExisting(
smoObj : SqlSmoObject
)
参数
- smoObj
类型:Microsoft.SqlServer.Management.Smo. . :: . .SqlSmoObject
A SqlSmoObject object that specifies the object to be added to the collection.