EnumObjects 메서드
Returns an enumerated list of Uniform Resource Name (URN) values that represent the objects included in the transfer operation.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.SmoExtended.dll의 Microsoft.SqlServer.SmoExtended
구문
‘선언
Public Function EnumObjects As UrnCollection
‘사용 방법
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
반환 값
형식: Microsoft.SqlServer.Management.Smo. . :: . .UrnCollection
A UrnCollection object that contains URN values that represent the objects included in the transfer operation.