GetAliasString メソッド
別名文字列の値を割り当てます。このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。
名前空間: Microsoft.SqlServer.Management.Sdk.Sfc
アセンブリ: Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)
構文
'宣言
Protected Function GetAliasString ( _
str As String _
) As String
'使用
Dim str As String
Dim returnValue As String
returnValue = Me.GetAliasString(str)
protected string GetAliasString(
string str
)
protected:
String^ GetAliasString(
String^ str
)
member GetAliasString :
str:string -> string
protected function GetAliasString(
str : String
) : String
パラメーター
- str
型: System. . :: . .String
別名文字列を表す文字列です。
戻り値
型: System. . :: . .String
取得する別名文字列値です。