Método IsSyntacticallyValidID
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Shared Function IsSyntacticallyValidID ( _
id As String, _
type As Type, _
<OutAttribute> ByRef error As String _
) As Boolean
'Uso
Dim id As String
Dim type As Type
Dim error As String
Dim returnValue As Boolean
returnValue = Utils.IsSyntacticallyValidID(id, _
type, error)
public static bool IsSyntacticallyValidID(
string id,
Type type,
out string error
)
public:
static bool IsSyntacticallyValidID(
String^ id,
Type^ type,
[OutAttribute] String^% error
)
static member IsSyntacticallyValidID :
id:string *
type:Type *
error:string byref -> bool
public static function IsSyntacticallyValidID(
id : String,
type : Type,
error : String
) : boolean
Parâmetros
- id
Tipo: System. . :: . .String
- type
Tipo: System. . :: . .Type
- error
Tipo: System. . :: . .String%
Valor de retorno
Tipo: System. . :: . .Boolean