GetOptions 메서드
Gets the options for the transfer metadata process on the referenced connection.
네임스페이스: Microsoft.SqlServer.Management.Common
어셈블리: Microsoft.SqlServer.ConnectionInfo.dll의 Microsoft.SqlServer.ConnectionInfo
구문
‘선언
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.