Partager via


Méthode GetAliasString

Assigns a value for the Alias string. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Protected Function GetAliasString ( _
    str As String _
) As String
'Utilisation
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

Paramètres

Valeur de retour

Type : System. . :: . .String
The Alias string value to get.