Método TransferBase.EnumObjects

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 (em Microsoft.SqlServer.SmoExtended.dll)

Sintaxe

'Declaração
Public Function EnumObjects As UrnCollection
'Uso
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

Valor de retorno

Tipo: Microsoft.SqlServer.Management.Smo.UrnCollection
The URN values that represent the objects included in the transfer operation.

Consulte também

Referência

TransferBase Classe

Namespace Microsoft.SqlServer.Management.Smo