SfcPropertyAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Attribute for regular properties, which data is to be managed by the defining class. These are typically scalar properties, but can be of arbitrary complexity. Example: Database.Size, Table.Name
[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public class SfcPropertyAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
type SfcPropertyAttribute = class
inherit Attribute
Public Class SfcPropertyAttribute
Inherits Attribute
- Inheritance
-
SfcPropertyAttribute
- Attributes
Constructors
SfcPropertyAttribute() | |
SfcPropertyAttribute(SfcPropertyFlags) | |
SfcPropertyAttribute(SfcPropertyFlags, String) |
Properties
Computed | |
Data | |
DefaultValue | |
Deploy | |
Design | |
Encrypted | |
Expensive | |
Flags | |
ReadOnlyAfterCreation | |
Required | |
SqlAzureDatabase | |
Standalone |