TransferBase.EnumObjects Método

Definición

Sobrecargas

Nombre Description
EnumObjects(Boolean)

Obtiene los URN que se van a transferir.

EnumObjects()

Obtiene los URN que se van a transferir.

EnumObjects(Boolean)

Obtiene los URN que se van a transferir.

public Microsoft.SqlServer.Management.Smo.UrnCollection EnumObjects(bool ordered);
member this.EnumObjects : bool -> Microsoft.SqlServer.Management.Smo.UrnCollection
Public Function EnumObjects (ordered As Boolean) As UrnCollection

Parámetros

ordered
Boolean

Devoluciones

Se aplica a

EnumObjects()

Obtiene los URN que se van a transferir.

public Microsoft.SqlServer.Management.Smo.UrnCollection EnumObjects();
member this.EnumObjects : unit -> Microsoft.SqlServer.Management.Smo.UrnCollection
Public Function EnumObjects () As UrnCollection

Devoluciones

Se aplica a