Freigeben über


ServerGroupCollection.Contains-Methode (String)

Determines whether the specified server group 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 ServerGroupCollection 
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 value that is true if the specified server group exists in the referenced collection. Otherwise, false.

Hinweise

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

Siehe auch

Verweis

ServerGroupCollection Klasse

Contains-Überladung

Microsoft.SqlServer.Management.RegisteredServers-Namespace