有効な名前を構文的に取得します。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Public Shared Function GetSyntacticallyValidName ( _
baseName As String, _
type As Type _
) As String
'使用
Dim baseName As String
Dim type As Type
Dim returnValue As String
returnValue = Utils.GetSyntacticallyValidName(baseName, _
type)
public static string GetSyntacticallyValidName(
string baseName,
Type type
)
public:
static String^ GetSyntacticallyValidName(
String^ baseName,
Type^ type
)
static member GetSyntacticallyValidName :
baseName:string *
type:Type -> string
public static function GetSyntacticallyValidName(
baseName : String,
type : Type
) : String
パラメーター
- baseName
型: System.String
ベース名です。
- type
型: System.Type
有効な名前の型です。
戻り値
型: System.String
有効な名前です。