Metodo TransferBase.EnumObjects

Returns an enumerated list of Uniform Resource Name (URN) values that represent the objects included in the transfer operation.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)

Sintassi

'Dichiarazione
Public Function EnumObjects As UrnCollection
'Utilizzo
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

Valore restituito

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

Vedere anche

Riferimento

TransferBase Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo