NamedComponentCollection.IsValidID Method (String)

 

Applies To: SQL Server (starting with 2016)

Determines whether the named component collection identifier is valid.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)

Syntax

public bool IsValidID(
    string id
)
public:
bool IsValidID(
    String^ id
)
member IsValidID : 
        id:string -> bool
Public Function IsValidID (
    id As String
) As Boolean

Parameters

Return Value

Type: System.Boolean

true if the named component collection identifier is valid; otherwise, false.

See Also

IsValidIDā€‚Overload
NamedComponentCollection Class
Microsoft.AnalysisServices Namespace

Return to top