Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Identified for informational purposes only. Not supported. Future compatibility is not guaranteed.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
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
Members
Member name | Description | |
---|---|---|
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. |