Свойство PropertiesRequest.PropertyAlias
Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Public Property PropertyAlias As PropertyAlias
Get
Set
'Применение
Dim instance As PropertiesRequest
Dim value As PropertyAlias
value = instance.PropertyAlias
instance.PropertyAlias = value
public PropertyAlias PropertyAlias { get; set; }
public:
property PropertyAlias^ PropertyAlias {
PropertyAlias^ get ();
void set (PropertyAlias^ value);
}
member PropertyAlias : PropertyAlias with get, set
function get PropertyAlias () : PropertyAlias
function set PropertyAlias (value : PropertyAlias)
Значение свойства
Тип: Microsoft.SqlServer.Management.Sdk.Sfc.PropertyAlias
The property name that has alias.