PropertyCollection.ISfcPropertySet.Contains Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
| Nombre | Description |
|---|---|
| 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
Parámetros
- property
- ISfcProperty
Devoluciones
Implementaciones
Se aplica a
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
Parámetros
- propertyName
- String
Devoluciones
Implementaciones
Se aplica a
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
Parámetros de tipo
- T
Parámetros
- name
- String