PropertyCollection.ISfcPropertySet.Contains メソッド

定義

オーバーロード

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

パラメーター

property
ISfcProperty

返品

実装

適用対象

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

パラメーター

propertyName
String

返品

実装

適用対象

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

型パラメーター

T

パラメーター

name
String

返品

実装

適用対象