Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether Server Explorer contains a connection node corresponding to the specified type name and identifiers.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
Function Contains ( _
typeName As String, _
identifier As Object() _
) As Boolean
bool Contains(
string typeName,
Object[] identifier
)
bool Contains(
String^ typeName,
array<Object^>^ identifier
)
abstract Contains :
typeName:string *
identifier:Object[] -> bool
function Contains(
typeName : String,
identifier : Object[]
) : boolean
Parameters
- typeName
Type: System.String
The name of the requested data object's type.
- identifier
Type: array<System.Object[]
An array of identifier parts that uniquely identify the requested data object.
Return Value
Type: System.Boolean
true if Server Explorer contains the specified connection node; otherwise, false.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | The typeName or identifier parameter is nulla null reference (Nothing in Visual Basic). |
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.