MiningModelCollection.IsValidName 메서드 (String, String%)
Determines whether the mining model collection name is valid.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
구문
‘선언
Public Overrides Function IsValidName ( _
name As String, _
<OutAttribute> ByRef error As String _
) As Boolean
‘사용 방법
Dim instance As MiningModelCollection
Dim name As String
Dim error As String
Dim returnValue As Boolean
returnValue = instance.IsValidName(name, _
error)
public override bool IsValidName(
string name,
out string error
)
public:
virtual bool IsValidName(
String^ name,
[OutAttribute] String^% error
) override
abstract IsValidName :
name:string *
error:string byref -> bool
override IsValidName :
name:string *
error:string byref -> bool
public override function IsValidName(
name : String,
error : String
) : boolean
매개 변수
- name
유형: System.String
The name.
- error
유형: System.String%
The error.
반환 값
유형: System.Boolean
true if the mining model collection name is valid; otherwise, false.