ISfcPropertySet.Contains Method (ISfcProperty)
Checks whether a property with the specified metadata is in the property set. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Function Contains ( _
property As ISfcProperty _
) As Boolean
'Usage
Dim instance As ISfcPropertySet
Dim property As ISfcProperty
Dim returnValue As Boolean
returnValue = instance.Contains(property)
bool Contains(
ISfcProperty property
)
bool Contains(
ISfcProperty^ property
)
abstract Contains :
property:ISfcProperty -> bool
function Contains(
property : ISfcProperty
) : boolean
Parameters
- property
Type: Microsoft.SqlServer.Management.Sdk.Sfc.ISfcProperty
An ISfcProperty object that represents property metadata.
Return Value
Type: System.Boolean
true if the property is in the property set; otherwise, false.