Idioma

PropertyCollection.ISfcPropertySet.Contains Método

Definição

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

Retornos

Implementações

Aplica-se 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

Retornos

Implementações

Aplica-se 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

Retornos

Implementações

Aplica-se a