Freigeben über


SfcPropertyFlags-Enumeration

Nur für Informationszwecke identifiziert. Nicht unterstützt. Zukünftige Kompatibilität wird nicht sichergestellt.

Diese Enumeration verfügt über ein FlagsAttribute-Attribut, das die bitweise Kombination der Elementwerte zulässt.

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

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration SfcPropertyFlags
'Usage
Dim instance As SfcPropertyFlags
[FlagsAttribute]
public enum SfcPropertyFlags
[FlagsAttribute]
public enum class SfcPropertyFlags
[<FlagsAttribute>]
type SfcPropertyFlags
public enum SfcPropertyFlags

Elemente

Elementname Beschreibung
Computed A computed property.
Data A data property.
Deploy A deployed property.
Design A design property.
Encrypted An encrypted property.
Expensive An expensive property.
None A property.
ReadOnlyAfterCreation A read only after creation property.
Required A required property.
SqlAzureDatabase SQL Azure Database.
Standalone SQL Server stand-alone database.

Siehe auch

Verweis

Microsoft.SqlServer.Management.Sdk.Sfc.Metadata-Namespace