Compartilhar via


Método PerspectiveCollection.IsValidID (String, String%)

Indicates whether the specified identifier is valid.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
Public Overrides Function IsValidID ( _
    id As String, _
    <OutAttribute> ByRef error As String _
) As Boolean
'Uso
Dim instance As PerspectiveCollection 
Dim id As String 
Dim error As String 
Dim returnValue As Boolean 

returnValue = instance.IsValidID(id, error)
public override bool IsValidID(
    string id,
    out string error
)
public:
virtual bool IsValidID(
    String^ id, 
    [OutAttribute] String^% error
) override
abstract IsValidID : 
        id:string * 
        error:string byref -> bool  
override IsValidID : 
        id:string * 
        error:string byref -> bool
public override function IsValidID(
    id : String, 
    error : String
) : boolean

Parâmetros

Valor de retorno

Tipo: System.Boolean
true if the specified identifier is valid; otherwise, false.

Consulte também

Referência

PerspectiveCollection Classe

Sobrecarregado IsValidID

Namespace Microsoft.AnalysisServices