Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
- parameterName
Typ: System.String
The name of the 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
Microsoft.SqlServer.Replication.BusinessLogicSupport-Namespace