Partager via


Méthode Transfer.ITransferMetadataProvider.GetOptions

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)

Syntaxe

'Déclaration
Private Function GetOptions As SortedList 
    Implements ITransferMetadataProvider.GetOptions
'Utilisation
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 prend en charge l'utilisation d'implémentations d'interface explicites, mais pas la déclaration de nouvelles implémentations d'interface.

Valeur de retour

Type : 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

Implémente

ITransferMetadataProvider.GetOptions()

Voir aussi

Référence

Transfer Classe

Espace de noms Microsoft.SqlServer.Management.Smo