共用方式為


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

參數

傳回值

型別:System. . :: . .String
The Alias string value to get.