共用方式為


. 方法 (String)

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
Private Function Contains(Of T) ( _
    name As String _
) As Boolean Implements ISfcPropertySet.Contains``1
'用途
Dim instance As PropertyCollection
Dim name As String
Dim returnValue As Boolean

returnValue = CType(instance, ISfcPropertySet).Contains``1(name)
bool ISfcPropertySet.Contains``1<T>(
    string name
)
private:
generic<typename T>
virtual bool Contains(
    String^ name
) sealed = ISfcPropertySet::Contains``1
private abstract Contains : 
        name:string -> bool 
private override Contains : 
        name:string -> bool 
JScript 不支援一般類型和方法。

型別參數

  • T

參數

傳回值

型別:System. . :: . .Boolean

實作

ISfcPropertySetContains``1(String)