Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the alias name of the property. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Property Alias As String
Get
Set
'Usage
Dim instance As XmlRead
Dim value As String
value = instance.Alias
instance.Alias = value
public string Alias { get; set; }
public:
property String^ Alias {
String^ get ();
void set (String^ value);
}
member Alias : string with get, set
function get Alias () : String
function set Alias (value : String)
Property Value
Type: System.String
A string value for the Alias.