LocalizedPropertyResourcesAttribute.UseDefaultKeys Property
Gets a value that indicates whether to use the keys by default or to retrieve the keys as attributes. 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 ReadOnly Property UseDefaultKeys As Boolean
Get
'Usage
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
Property Value
Type: System.Boolean
true if the keys should be used by default; false if the keys should be retrieved as attributes.