SfcReferenceCollection<K, T, S>.ContainsKey 메서드
Determines whether SfcReferenceCollection<K, T, S> contains an element with the specified key.
네임스페이스: Microsoft.SqlServer.Management.Sdk.Sfc
어셈블리: Microsoft.SqlServer.Management.Sdk.Sfc(Microsoft.SqlServer.Management.Sdk.Sfc.dll)
구문
‘선언
Public Function ContainsKey ( _
key As K _
) As Boolean
‘사용 방법
Dim instance As SfcReferenceCollection
Dim key As K
Dim returnValue As Boolean
returnValue = instance.ContainsKey(key)
public bool ContainsKey(
K key
)
public:
virtual bool ContainsKey(
K key
) sealed
abstract ContainsKey :
key:'K -> bool
override ContainsKey :
key:'K -> bool
public final function ContainsKey(
key : K
) : boolean
매개 변수
- key
유형: K
The key to locate in the SfcReferenceCollection<K, T, S>.
반환 값
유형: System.Boolean
true if the SfcReferenceCollection<K, T, S> contains an element with the specified key; otherwise, false.
구현
IReadOnlyDictionary<K, T>.ContainsKey(K)