Utils.GetSyntacticallyValidID 方法
Gets the valid identifier syntactically.
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
Public Shared Function GetSyntacticallyValidID ( _
baseID As String, _
type As Type _
) As String
'用途
Dim baseID As String
Dim type As Type
Dim returnValue As String
returnValue = Utils.GetSyntacticallyValidID(baseID, _
type)
public static string GetSyntacticallyValidID(
string baseID,
Type type
)
public:
static String^ GetSyntacticallyValidID(
String^ baseID,
Type^ type
)
static member GetSyntacticallyValidID :
baseID:string *
type:Type -> string
public static function GetSyntacticallyValidID(
baseID : String,
type : Type
) : String
參數
- baseID
型別:System.String
The base ID.
- type
型別:System.Type
The type of ID.
傳回值
型別:System.String
The valid identifier.