Metodo XmlRead.GetAliasString
Assigns a value for the Alias string. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Protected Function GetAliasString ( _
str As String _
) As String
'Utilizzo
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
Parametri
- str
Tipo: System.String
A string that represents the string.
Valore restituito
Tipo: System.String
The Alias string value to get.