GetAliasString-Methode
Assigns a value for the Alias string. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Protected Function GetAliasString ( _
str As String _
) As String
'Usage
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
Parameter
- str
Typ: System. . :: . .String
A string that represents the string.
Rückgabewert
Typ: System. . :: . .String
The Alias string value to get.