有効な名前が構文的に処理されるかどうかを示します。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Public Shared Function IsSyntacticallyValidName ( _
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 = Utils.IsSyntacticallyValidName(name, _
type, error)
public static bool IsSyntacticallyValidName(
string name,
Type type,
out string error
)
public:
static bool IsSyntacticallyValidName(
String^ name,
Type^ type,
[OutAttribute] String^% error
)
static member IsSyntacticallyValidName :
name:string *
type:Type *
error:string byref -> bool
public static function IsSyntacticallyValidName(
name : String,
type : Type,
error : String
) : boolean
パラメーター
- name
型: System.String
有効な名前です。
- type
型: System.Type
名前の型です。
- error
型: System.String%
例外です。
戻り値
型: System.Boolean
有効な名前が構文的に処理される場合は true、それ以外の場合は false です。