Propriedade do RDL UseDefaultKeys

Gets a value that indicates whether to use the keys by default or to retrieve the keys as attributes. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
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 da propriedade

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