Método GetOptions
Gets the options for the transfer metadata process on the referenced connection.
Namespace: Microsoft.SqlServer.Management.Common
Assembly: Microsoft.SqlServer.ConnectionInfo (em Microsoft.SqlServer.ConnectionInfo.dll)
Sintaxe
'Declaração
Function GetOptions As SortedList
'Uso
Dim instance As ITransferMetadataProvider
Dim returnValue As SortedList
returnValue = instance.GetOptions()
SortedList GetOptions()
SortedList^ GetOptions()
abstract GetOptions : unit -> SortedList
function GetOptions() : SortedList
Valor de retorno
Tipo: System.Collections. . :: . .SortedList
A SortedList system object that contains the options for the transfer metadata process.
Comentários
Options are returned as a collection of named variables.
Consulte também