SfcPropertyAttribute Class

Definition

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

Applies to