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 네임스페이스