ITransferMetadataProvider.GetOptions 메서드
For internal use only. Throws a System.NotSupportedException if invoked by a caller.
네임스페이스: 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.