Metodo MeasureCollection.IsValidID (String, String%)

Gets or sets a value whether the specified ID is valid.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public Overrides Function IsValidID ( _
    id As String, _
    <OutAttribute> ByRef error As String _
) As Boolean
'Utilizzo
Dim instance As MeasureCollection 
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

Parametri

Valore restituito

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

Vedere anche

Riferimento

MeasureCollection Classe

Overload IsValidID

Spazio dei nomi Microsoft.AnalysisServices