Condividi tramite


Proprietà UseDefaultKeys

Gets a value that indicates whether to use the keys by default or to retrieve the keys as attributes. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property UseDefaultKeys As Boolean
    Get
'Utilizzo
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

Valore proprietà

Tipo: System. . :: . .Boolean
true if the keys should be used by default; false if the keys should be retrieved as attributes.