BusinessLogicParameterCollection.Contains 方法 (String)
此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
Indicates whether the parameter with the specified name exists in the collection.
命名空間: Microsoft.SqlServer.Replication.BusinessLogicSupport
組件: Microsoft.SqlServer.Replication.BusinessLogicSupport (在 Microsoft.SqlServer.Replication.BusinessLogicSupport.dll 中)
語法
'宣告
Public Function Contains ( _
parameterName As String _
) As Boolean
'用途
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
參數
- parameterName
型別:System.String
The name of the parameter.
傳回值
型別:System.Boolean
true if the parameter is in the collection; otherwise, false.
實作
IDataParameterCollection.Contains(String)