TransferBase.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(Microsoft.SqlServer.SmoExtended.dll)
구문
‘선언
Public Function EnumObjects As UrnCollection
‘사용 방법
Dim instance As TransferBase
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
The URN values that represent the objects included in the transfer operation.