IsValidName 方法 (String, Type, String)
命名空间: 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