Свойство LocalizedPropertyResourcesAttribute.UseDefaultKeys
Gets a value that indicates whether to use the keys by default or to retrieve the keys as attributes. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Public ReadOnly Property UseDefaultKeys As Boolean
Get
'Применение
Dim instance As LocalizedPropertyResourcesAttribute
Dim value As Boolean
value = instance.UseDefaultKeys
public bool UseDefaultKeys { get; }
public:
property bool UseDefaultKeys {
bool get ();
}
member UseDefaultKeys : bool
function get UseDefaultKeys () : boolean
Значение свойства
Тип: System.Boolean
true if the keys should be used by default; false if the keys should be retrieved as attributes.