Compartir a través de


Transfer.ITransferMetadataProvider.GetOptions Método

The ITransferMetadataProvider class represents an interface that implements the transfer metadata process on the referenced connection.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)

Sintaxis

'Declaración
Private Function GetOptions As SortedList 
    Implements ITransferMetadataProvider.GetOptions
'Uso
Dim instance As Transfer 
Dim returnValue As SortedList 

returnValue = CType(instance, ITransferMetadataProvider).GetOptions()
SortedList ITransferMetadataProvider.GetOptions()
private:
virtual SortedList^ GetOptions() sealed = ITransferMetadataProvider::GetOptions
private abstract GetOptions : unit -> SortedList  
private override GetOptions : unit -> SortedList
JScript admite el uso de implementaciones de interfaces explícitas, pero no la declaración de otras nuevas.

Valor devuelto

Tipo: System.Collections.SortedList
SortedList representing a collection of key/value pairs that are sorted by the keys and are accessible by key and by index

Implementa

ITransferMetadataProvider.GetOptions()

Vea también

Referencia

Transfer Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo