次の方法で共有


NamedComponentCollection.IsValidID メソッド (String, Type, String%)

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

名前付きコンポーネントのコレクション識別子が有効かどうかを示します。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
Protected Function IsValidID ( _
    id As String, _
    type As Type, _
    <OutAttribute> ByRef error As String _
) As Boolean
'使用
Dim id As String 
Dim type As Type 
Dim error As String 
Dim returnValue As Boolean 

returnValue = Me.IsValidID(id, type, _
    error)
protected bool IsValidID(
    string id,
    Type type,
    out string error
)
protected:
bool IsValidID(
    String^ id, 
    Type^ type, 
    [OutAttribute] String^% error
)
member IsValidID : 
        id:string * 
        type:Type * 
        error:string byref -> bool
protected function IsValidID(
    id : String, 
    type : Type, 
    error : String
) : boolean

パラメーター

戻り値

型: System.Boolean
名前付きコンポーネントのコレクション識別子が有効である場合は true、それ以外の場合は false です。

関連項目

参照

NamedComponentCollection クラス

IsValidID オーバーロード

Microsoft.AnalysisServices 名前空間