GetOptions Método
Gets the options for the transfer metadata process on the referenced connection.
Espacio de nombres: Microsoft.SqlServer.Management.Common
Ensamblado: Microsoft.SqlServer.ConnectionInfo (en Microsoft.SqlServer.ConnectionInfo.dll)
Sintaxis
'Declaración
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 devuelto
Tipo: System.Collections. . :: . .SortedList
A SortedList system object that contains the options for the transfer metadata process.
Comentarios
Options are returned as a collection of named variables.
Vea también