. 메서드 (String)
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
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
매개 변수
- name
형식: System. . :: . .String
반환 값
구현
ISfcPropertySetContains``1(String)