PropertyCollection.ISfcPropertySet.Contains Método

Definición

Sobrecargas

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

Devoluciones

Implementaciones

Se aplica a