EnumObjects méthode
Returns an enumerated list of Uniform Resource Name (URN) values that represent the objects included in the transfer operation.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.SmoExtended (dans Microsoft.SqlServer.SmoExtended.dll)
Syntaxe
'Déclaration
Public Function EnumObjects As UrnCollection
'Utilisation
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
Valeur de retour
Type : Microsoft.SqlServer.Management.Smo. . :: . .UrnCollection
A UrnCollection object that contains URN values that represent the objects included in the transfer operation.
Voir aussi