ProbeCollection.Remove 方法

定义

重载

Remove(ProbeFamily)

public bool Remove(Microsoft.SqlServer.Management.Assessment.Probes.ProbeFamily item);
abstract member Remove : Microsoft.SqlServer.Management.Assessment.Probes.ProbeFamily -> bool
override this.Remove : Microsoft.SqlServer.Management.Assessment.Probes.ProbeFamily -> bool
Public Function Remove (item As ProbeFamily) As Boolean

参数

返回

实现

适用于

Remove(KeyValuePair<String,ProbeFamily>)

public bool Remove(System.Collections.Generic.KeyValuePair<string,Microsoft.SqlServer.Management.Assessment.Probes.ProbeFamily> item);
abstract member Remove : System.Collections.Generic.KeyValuePair<string, Microsoft.SqlServer.Management.Assessment.Probes.ProbeFamily> -> bool
override this.Remove : System.Collections.Generic.KeyValuePair<string, Microsoft.SqlServer.Management.Assessment.Probes.ProbeFamily> -> bool
Public Function Remove (item As KeyValuePair(Of String, ProbeFamily)) As Boolean

参数

返回

实现

适用于

Remove(String)

public bool Remove(string key);
abstract member Remove : string -> bool
override this.Remove : string -> bool
Public Function Remove (key As String) As Boolean

参数

key
String

返回

实现

适用于