TransferBase.ScriptTransfer 메서드

Creates a Transact-SQL command batch script that creates database objects that are transferred by the transfer operation.

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

구문

‘선언
Public Function ScriptTransfer As StringCollection
‘사용 방법
Dim instance As TransferBase 
Dim returnValue As StringCollection 

returnValue = instance.ScriptTransfer()
public StringCollection ScriptTransfer()
public:
StringCollection^ ScriptTransfer()
member ScriptTransfer : unit -> StringCollection
public function ScriptTransfer() : StringCollection

반환 값

유형: System.Collections.Specialized.StringCollection
The Transact-SQL script for transfer operation.

참고 항목

참조

TransferBase 클래스

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