Поделиться через


Метод 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 Transfer
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
A UrnCollection object that contains URN values that represent the objects included in the transfer operation.