Server.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

パラメーター

戻り値

型: Microsoft.SqlServer.Management.Smo.SqlSmoObject
URN で示される SqlSmoObject です。

関連項目

参照

Server クラス

Microsoft.SqlServer.Management.Smo 名前空間