TransferBase.EnumObjects Method

Definition

Overloads

EnumObjects(Boolean)

Gets URNs to be transferred

EnumObjects()

Gets URNs to be transferred

EnumObjects(Boolean)

Gets URNs to be transferred

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

Parameters

ordered
Boolean

Returns

Applies to

EnumObjects()

Gets URNs to be transferred

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

Returns

Applies to