UseDefaultKeys-Eigenschaft
Gets a value that indicates whether to use the keys by default or to retrieve the keys as attributes. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
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
Eigenschaftswert
Typ: System. . :: . .Boolean
true if the keys should be used by default; false if the keys should be retrieved as attributes.