Freigeben über


RegisteredServerCollection.Contains-Methode (String)

Determines whether the specified registered server exists in the referenced collection.

Namespace:  Microsoft.SqlServer.Management.RegisteredServers
Assembly:  Microsoft.SqlServer.Management.RegisteredServers (in Microsoft.SqlServer.Management.RegisteredServers.dll)

Syntax

'Declaration
Public Function Contains ( _
    name As String _
) As Boolean
'Usage
Dim instance As RegisteredServerCollection 
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

Parameter

Rückgabewert

Typ: System.Boolean
A Boolean which indicates whether the specified registered server exists in the referenced collection.

Hinweise

Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.

Siehe auch

Verweis

RegisteredServerCollection Klasse

Contains-Überladung

Microsoft.SqlServer.Management.RegisteredServers-Namespace