Método GetAliasString
Assigns a value for the Alias string. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Protected Function GetAliasString ( _
str As String _
) As String
'Uso
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
Parâmetros
- str
Tipo: System. . :: . .String
A string that represents the string.
Valor de retorno
Tipo: System. . :: . .String
The Alias string value to get.