Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether the property is in the property collection. 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
Public Function Contains ( _
propertyName As String _
) As Boolean
'Usage
Dim instance As SfcPropertyCollection
Dim propertyName As String
Dim returnValue As Boolean
returnValue = instance.Contains(propertyName)
public bool Contains(
string propertyName
)
public:
virtual bool Contains(
String^ propertyName
) sealed
abstract Contains :
propertyName:string -> bool
override Contains :
propertyName:string -> bool
public final function Contains(
propertyName : String
) : boolean
Parameters
- propertyName
Type: System.String
The name of the property.
Return Value
Type: System.Boolean
true if the specified property exists in the property collection; otherwise, false.
Implements
ISfcPropertySet.Contains(String)