ISfcPropertySet.Contains 方法

定義

多載

名稱 Description
Contains(ISfcProperty)

檢查是否存在帶有指定元資料的屬性

Contains(String)

檢查指定名稱的屬性是否存在

Contains<T>(String)

檢查指定名稱與類型是否存在該屬性

Contains(ISfcProperty)

檢查是否存在帶有指定元資料的屬性

public bool Contains(Microsoft.SqlServer.Management.Sdk.Sfc.ISfcProperty property);
abstract member Contains : Microsoft.SqlServer.Management.Sdk.Sfc.ISfcProperty -> bool
Public Function Contains (property As ISfcProperty) As Boolean

參數

property
ISfcProperty

房產

傳回

若成功則為真

適用於

Contains(String)

檢查指定名稱的屬性是否存在

public bool Contains(string propertyName);
abstract member Contains : string -> bool
Public Function Contains (propertyName As String) As Boolean

參數

propertyName
String

物業名稱

傳回

若成功則為真

適用於

Contains<T>(String)

檢查指定名稱與類型是否存在該屬性

public bool Contains<T>(string name);
abstract member Contains : string -> bool
Public Function Contains(Of T) (name As String) As Boolean

類型參數

T

財產類型

參數

name
String

物業名稱

傳回

若成功則為真

適用於