Поделиться через


Метод SqlSmoObject.SetParentImpl

Sets the parent of the SqlSmoObject to the newParent parameter.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Protected Friend Sub SetParentImpl ( _
    newParent As SqlSmoObject _
)
'Применение
Dim newParent As SqlSmoObject 

Me.SetParentImpl(newParent)
protected internal void SetParentImpl(
    SqlSmoObject newParent
)
protected public:
void SetParentImpl(
    SqlSmoObject^ newParent
)
member SetParentImpl : 
        newParent:SqlSmoObject -> unit
function SetParentImpl(
    newParent : SqlSmoObject
)

Параметры

См. также

Справочник

SqlSmoObject Класс

Пространство имен Microsoft.SqlServer.Management.Smo