Freigeben über


BusinessLogicParameterCollection.Contains-Methode (String)

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Indicates whether the parameter with the specified name exists in the collection.

Namespace:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly:  Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Syntax

'Declaration
Public Function Contains ( _
    parameterName As String _
) As Boolean
'Usage
Dim instance As BusinessLogicParameterCollection 
Dim parameterName As String 
Dim returnValue As Boolean 

returnValue = instance.Contains(parameterName)
public bool Contains(
    string parameterName
)
public:
virtual bool Contains(
    String^ parameterName
) sealed
abstract Contains : 
        parameterName:string -> bool  
override Contains : 
        parameterName:string -> bool
public final function Contains(
    parameterName : String
) : boolean

Parameter

Rückgabewert

Typ: System.Boolean
true if the parameter is in the collection; otherwise, false.

Implementiert

IDataParameterCollection.Contains(String)

Siehe auch

Verweis

BusinessLogicParameterCollection Klasse

Contains-Überladung

Microsoft.SqlServer.Replication.BusinessLogicSupport-Namespace