TransferBase.EnumScriptTransfer 메서드

Creates a Transact-SQL command batch script used to transfer database objects or database objects and data to another database instance.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.SmoExtended(Microsoft.SqlServer.SmoExtended.dll)

구문

‘선언
Public Function EnumScriptTransfer As IEnumerable(Of String)
‘사용 방법
Dim instance As TransferBase 
Dim returnValue As IEnumerable(Of String)

returnValue = instance.EnumScriptTransfer()
public IEnumerable<string> EnumScriptTransfer()
public:
IEnumerable<String^>^ EnumScriptTransfer()
member EnumScriptTransfer : unit -> IEnumerable<string> 
public function EnumScriptTransfer() : IEnumerable<String>

반환 값

유형: System.Collections.Generic.IEnumerable<String>
An IEnumerable string list interface that contains the script.

참고 항목

참조

TransferBase 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스