NamedComponentCollection.IsValidName メソッド (String, Type, String%)
この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
名前付きコンポーネントのコレクション名が有効かどうかを示します。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Protected Function IsValidName ( _
name As String, _
type As Type, _
<OutAttribute> ByRef error As String _
) As Boolean
'使用
Dim name As String
Dim type As Type
Dim error As String
Dim returnValue As Boolean
returnValue = Me.IsValidName(name, _
type, error)
protected bool IsValidName(
string name,
Type type,
out string error
)
protected:
bool IsValidName(
String^ name,
Type^ type,
[OutAttribute] String^% error
)
member IsValidName :
name:string *
type:Type *
error:string byref -> bool
protected function IsValidName(
name : String,
type : Type,
error : String
) : boolean
パラメーター
- name
型: System.String
名前です。
- type
型: System.Type
型です。
- error
型: System.String%
エラーです。
戻り値
型: System.Boolean
名前付きコンポーネントのコレクション名が有効である場合は true、それ以外の場合は false です。