다음을 통해 공유


SfcReferenceCollection<K, T, S>.GetKeyFromValue 메서드

Obtains a key from the item value.

네임스페이스:  Microsoft.SqlServer.Management.Sdk.Sfc
어셈블리:  Microsoft.SqlServer.Management.Sdk.Sfc(Microsoft.SqlServer.Management.Sdk.Sfc.dll)

구문

‘선언
Protected MustOverride Function GetKeyFromValue ( _
    value As T _
) As K
‘사용 방법
Dim value As T
Dim returnValue As K

returnValue = Me.GetKeyFromValue(value)
protected abstract K GetKeyFromValue(
    T value
)
protected:
virtual K GetKeyFromValue(
    T value
) abstract
abstract GetKeyFromValue : 
        value:'T -> 'K 
protected abstract function GetKeyFromValue(
    value : T
) : K

매개 변수

  • value
    유형: T
    The current item to use to obtain or calculate its key.

반환 값

유형: K
The key obtained from the item value.

참고 항목

참조

SfcReferenceCollection<K, T, S> 클래스

Microsoft.SqlServer.Management.Sdk.Sfc 네임스페이스