Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether the mining model collection name is valid.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Overrides Function IsValidName ( _
name As String, _
<OutAttribute> ByRef error As String _
) As Boolean
'Usage
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
Parameters
- name
Type: System.String
The name.
- error
Type: System.String%
The error.
Return Value
Type: System.Boolean
true if the mining model collection name is valid; otherwise, false.