Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Creates a Transact-SQL command batch script used to transfer database objects or database objects and data to another database instance.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
Syntax
'Declaration
Public Function EnumScriptTransfer As IEnumerable(Of String)
'Usage
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>
Return Value
Type: System.Collections.Generic.IEnumerable<String>
An IEnumerable string list interface that contains the script.