Udostępnij za pośrednictwem


Metoda CubeCollection.IsValidID (String, String%)

Ten element członkowski zastępuje element NamedComponentCollection.IsValidID(String, String%).

Przestrzeń nazw:  Microsoft.AnalysisServices
Zestaw:  Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)

Składnia

'Deklaracja
Public Overrides Function IsValidID ( _
    id As String, _
    <OutAttribute> ByRef error As String _
) As Boolean
'Użycie
Dim instance As CubeCollection
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

Parametry

Wartość zwracana

Typ: System.Boolean