ISfcPropertySet.Contains 메서드 (ISfcProperty)
Determines whether the property collection contains the property specified by the parameter.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Private Function Contains ( _
property As ISfcProperty _
) As Boolean Implements ISfcPropertySet.Contains
‘사용 방법
Dim instance As PropertyCollection
Dim property As ISfcProperty
Dim returnValue As Boolean
returnValue = CType(instance, ISfcPropertySet).Contains(property)
bool ISfcPropertySet.Contains(
ISfcProperty property
)
private:
virtual bool Contains(
ISfcProperty^ property
) sealed = ISfcPropertySet::Contains
private abstract Contains :
property:ISfcProperty -> bool
private override Contains :
property:ISfcProperty -> bool
JScript는 명시적 인터페이스 구현의 사용을 지원하지만 새로운 명시적 인터페이스 구현의 선언은 지원하지 않습니다.
매개 변수
- property
유형: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .ISfcProperty
A ISfcProperty object.
반환 값
유형: System. . :: . .Boolean
A Boolean value, True if the collection contains the property, otherwise False.