Server.GetSmoObject 메서드

Gets a SqlSmoObject that is specified by a URN.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
Public Function GetSmoObject ( _
    urn As Urn _
) As SqlSmoObject
‘사용 방법
Dim instance As Server 
Dim urn As Urn 
Dim returnValue As SqlSmoObject 

returnValue = instance.GetSmoObject(urn)
public SqlSmoObject GetSmoObject(
    Urn urn
)
public:
SqlSmoObject^ GetSmoObject(
    Urn^ urn
)
member GetSmoObject : 
        urn:Urn -> SqlSmoObject
public function GetSmoObject(
    urn : Urn
) : SqlSmoObject

매개 변수

반환 값

유형: Microsoft.SqlServer.Management.Smo.SqlSmoObject
A SqlSmoObject that is specified by a URN.

참고 항목

참조

Server 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스