Oharra
Baimena behar duzu orria atzitzeko. Direktorioetan saioa has dezakezu edo haiek alda ditzakezu.
Baimena behar duzu orria atzitzeko. Direktorioak alda ditzakezu.
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Indicates whether the collection contains a AttributeRelationship with the specified name.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Function ContainsName ( _
name As String _
) As Boolean
'Uso
Dim instance As INamedComponentCollection
Dim name As String
Dim returnValue As Boolean
returnValue = instance.ContainsName(name)
bool ContainsName(
string name
)
bool ContainsName(
String^ name
)
abstract ContainsName :
name:string -> bool
function ContainsName(
name : String
) : boolean
Parámetros
- name
Tipo: System.String
The to return.
Valor devuelto
Tipo: System.Boolean
true if the identified AttributeRelationship exists in the collection; otherwise, false.