Метод GetOptions
Gets the options for the transfer metadata process on the referenced connection.
Пространство имен: Microsoft.SqlServer.Management.Common
Сборка: Microsoft.SqlServer.ConnectionInfo (в Microsoft.SqlServer.ConnectionInfo.dll)
Синтаксис
'Декларация
Function GetOptions As SortedList
'Применение
Dim instance As ITransferMetadataProvider
Dim returnValue As SortedList
returnValue = instance.GetOptions()
SortedList GetOptions()
SortedList^ GetOptions()
abstract GetOptions : unit -> SortedList
function GetOptions() : SortedList
Возвращаемое значение
Тип System.Collections. . :: . .SortedList
A SortedList system object that contains the options for the transfer metadata process.
Замечания
Options are returned as a collection of named variables.