次の方法で共有


TransferBase.EnumObjects メソッド

転送操作に含まれるオブジェクトを表す URN (Uniform Resource Name) 値が列挙されたリストを返します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.SmoExtended (Microsoft.SqlServer.SmoExtended.dll)

構文

'宣言
Public Function EnumObjects As UrnCollection
'使用
Dim instance As TransferBase 
Dim returnValue As UrnCollection 

returnValue = instance.EnumObjects()
public UrnCollection EnumObjects()
public:
UrnCollection^ EnumObjects()
member EnumObjects : unit -> UrnCollection
public function EnumObjects() : UrnCollection

戻り値

型: Microsoft.SqlServer.Management.Smo.UrnCollection
転送操作に含まれるオブジェクトを表す URN 値です。

関連項目

参照

TransferBase クラス

Microsoft.SqlServer.Management.Smo 名前空間