Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns an enumerated list of Uniform Resource Name (URN) values that represent the objects included in the transfer operation.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
Syntax
'Declaration
Public Function EnumObjects As UrnCollection
'Usage
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
Return Value
Type: Microsoft.SqlServer.Management.Smo.UrnCollection
The URN values that represent the objects included in the transfer operation.