Contains 메서드 (String)
Indicates whether the collection contains the specified DAC instance.
네임스페이스: Microsoft.SqlServer.Management.Dac
어셈블리: Microsoft.SqlServer.Management.Dac(Microsoft.SqlServer.Management.Dac.dll)
구문
‘선언
Public Function Contains ( _
name As String _
) As Boolean
‘사용 방법
Dim instance As DacInstanceCollection
Dim name As String
Dim returnValue As Boolean
returnValue = instance.Contains(name)
public bool Contains(
string name
)
public:
bool Contains(
String^ name
)
member Contains :
name:string -> bool
public function Contains(
name : String
) : boolean
매개 변수
- name
유형: System. . :: . .String
A String value that specifies the name of the DAC instance to search for.
반환 값
유형: System. . :: . .Boolean
A Boolean value that indicates whether a DAC instance with the specified name exists in the collection. Returns True if there is a DAC instance with the specified name. Otherwise, returns False.