TransferBase.EnumObjects Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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