Partager via


Méthode ITransferMetadataProvider.GetOptions

For internal use only. Throws a System.NotSupportedException if invoked by a caller.

Espace de noms :  Microsoft.SqlServer.Management.Common
Assembly :  Microsoft.SqlServer.ConnectionInfo (en Microsoft.SqlServer.ConnectionInfo.dll)

Syntaxe

'Déclaration
Function GetOptions As SortedList
'Utilisation
Dim instance As ITransferMetadataProvider 
Dim returnValue As SortedList 

returnValue = instance.GetOptions()
SortedList GetOptions()
SortedList^ GetOptions()
abstract GetOptions : unit -> SortedList
function GetOptions() : SortedList

Valeur de retour

Type : System.Collections.SortedList
A SortedList system object that contains the options for the transfer metadata process.

Notes

Options are returned as a collection of named variables.

Voir aussi

Référence

ITransferMetadataProvider Interface

Espace de noms Microsoft.SqlServer.Management.Common