PropertyCollection.ISfcPropertySet.Contains メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| 名前 | 説明 |
|---|---|
| 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
パラメーター
- 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