Metodo ITransferMetadataProvider.GetOptions
For internal use only. Throws a System.NotSupportedException if invoked by a caller.
Spazio dei nomi Microsoft.SqlServer.Management.Common
Assembly: Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)
Sintassi
'Dichiarazione
Function GetOptions As SortedList
'Utilizzo
Dim instance As ITransferMetadataProvider
Dim returnValue As SortedList
returnValue = instance.GetOptions()
SortedList GetOptions()
SortedList^ GetOptions()
abstract GetOptions : unit -> SortedList
function GetOptions() : SortedList
Valore restituito
Tipo: System.Collections.SortedList
A SortedList system object that contains the options for the transfer metadata process.
Osservazioni
Options are returned as a collection of named variables.