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.