Contains 方法 (Int32, Int32)
确定消息集合对象中是否存在具有指定 ID 值和语言 ID 值的对象。
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
Public Function Contains ( _
id As Integer, _
languageId As Integer _
) As Boolean
用法
Dim instance As MessageCollectionBase
Dim id As Integer
Dim languageId As Integer
Dim returnValue As Boolean
returnValue = instance.Contains(id, languageId)
public bool Contains(
int id,
int languageId
)
public:
bool Contains(
int id,
int languageId
)
member Contains :
id:int *
languageId:int -> bool
public function Contains(
id : int,
languageId : int
) : boolean
参数
- id
类型:System. . :: . .Int32
一个 Int32 值,它指定 MessageCollectionBase 对象的 ID 值。
- languageId
类型:System. . :: . .Int32
一个 Int32 值,该值指定与 MessageCollectionBase 对象关联的语言的 ID 值。
返回值
类型:System. . :: . .Boolean
一个 Boolean 值,该值指定具有指定 ID 值的对象是否在 MessageCollectionBase 对象中存在。
如果为 True,则 MessageCollectionBase 包含指定的对象。
如果为 False,则 MessageCollectionBase 不包含指定的对象。