GetSmoObject 메서드
URN으로 지정한 SqlSmoObject를 가져옵니다.
네임스페이스: 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