Partager via


Propriété UseDefaultKeys

Gets a value that indicates whether to use the keys by default or to retrieve the keys as attributes. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public ReadOnly Property UseDefaultKeys As Boolean
    Get
'Utilisation
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

Valeur de propriété

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