NamedComponentCollection.IsValidID Método (String, Type, String%)

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Determines whether the named component collection identifier is valid.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

VB
'Declaración
Protected Function IsValidID ( _
    id As String, _
    type As Type, _
    <OutAttribute> ByRef error As String _
) As Boolean
'Uso
Dim id As String 
Dim type As Type 
Dim error As String 
Dim returnValue As Boolean 

returnValue = Me.IsValidID(id, type, _
    error)

Parámetros

Valor devuelto

Tipo: System.Boolean
true if the named component collection identifier is valid; otherwise, false.

Vea también

Referencia

NamedComponentCollection Clase

Sobrecarga de IsValidID

Espacio de nombres Microsoft.AnalysisServices