NamedComponentCollection.IsValidID 메서드 (String)
Determines whether the named component collection identifier is valid.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
구문
‘선언
Public Function IsValidID ( _
id As String _
) As Boolean
‘사용 방법
Dim instance As NamedComponentCollection
Dim id As String
Dim returnValue As Boolean
returnValue = instance.IsValidID(id)
public bool IsValidID(
string id
)
public:
bool IsValidID(
String^ id
)
member IsValidID :
id:string -> bool
public function IsValidID(
id : String
) : boolean
매개 변수
- id
유형: System.String
The identifier.
반환 값
유형: System.Boolean
true if the named component collection identifier is valid; otherwise, false.