TransferBase.EnumObjects 方法
Returns an enumerated list of Uniform Resource Name (URN) values that represent the objects included in the transfer operation.
命名空間: 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
The URN values that represent the objects included in the transfer operation.