Compartir a través de


UseDefaultKeys Propiedad

Gets a value that indicates whether to use the keys by default or to retrieve the keys as attributes. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Public ReadOnly Property UseDefaultKeys As Boolean
    Get
'Uso
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

Valor de la propiedad

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