PropertyCollection.ISfcPropertySet.Contains Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ISfcPropertySet.Contains(ISfcProperty) | |
ISfcPropertySet.Contains(String) | |
ISfcPropertySet.Contains<T>(String) |
ISfcPropertySet.Contains(ISfcProperty)
bool ISfcPropertySet.Contains (Microsoft.SqlServer.Management.Sdk.Sfc.ISfcProperty property);
abstract member Microsoft.SqlServer.Management.Sdk.Sfc.ISfcPropertySet.Contains : Microsoft.SqlServer.Management.Sdk.Sfc.ISfcProperty -> bool
override this.Microsoft.SqlServer.Management.Sdk.Sfc.ISfcPropertySet.Contains : Microsoft.SqlServer.Management.Sdk.Sfc.ISfcProperty -> bool
Function Contains (property As ISfcProperty) As Boolean Implements ISfcPropertySet.Contains
Parameters
- property
- ISfcProperty
Returns
Implements
Applies to
ISfcPropertySet.Contains(String)
bool ISfcPropertySet.Contains (string propertyName);
abstract member Microsoft.SqlServer.Management.Sdk.Sfc.ISfcPropertySet.Contains : string -> bool
override this.Microsoft.SqlServer.Management.Sdk.Sfc.ISfcPropertySet.Contains : string -> bool
Function Contains (propertyName As String) As Boolean Implements ISfcPropertySet.Contains
Parameters
- propertyName
- String
Returns
Implements
Applies to
ISfcPropertySet.Contains<T>(String)
bool ISfcPropertySet.Contains<T> (string name);
abstract member Microsoft.SqlServer.Management.Sdk.Sfc.ISfcPropertySet.Contains : string -> bool
override this.Microsoft.SqlServer.Management.Sdk.Sfc.ISfcPropertySet.Contains : string -> bool
Function Contains(Of T) (name As String) As Boolean Implements ISfcPropertySet.Contains
Type Parameters
- T
Parameters
- name
- String