XmlRead.GetAliasString 方法
Assigns a value for the Alias string. 不要在您的代码中直接引用此成员。它支持 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
A string that represents the string.
返回值
类型:System.String
The Alias string value to get.