NamedComponentCollection.ContainsName 方法

Indicates whether the component contains its name.

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
Public Function ContainsName ( _
    name As String _
) As Boolean
用法
Dim instance As NamedComponentCollection 
Dim name As String 
Dim returnValue As Boolean 

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

参数

返回值

类型:System.Boolean
true if the component contains its name; otherwise, false.

实现

INamedComponentCollection.ContainsName(String)

请参阅

参考

NamedComponentCollection 类

Microsoft.AnalysisServices 命名空间