Udostępnij przez


Właściwość SfcPropertyAttribute.Computed

Nie należy odwoływać się do tego elementu członkowskiego bezpośrednio w kodzie. Obsługuje on infrastrukturę programu SQL Server.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Zestaw:  Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Składnia

'Deklaracja
Public Property Computed As Boolean
    Get
    Set
'Użycie
Dim instance As SfcPropertyAttribute
Dim value As Boolean

value = instance.Computed

instance.Computed = value
public bool Computed { get; set; }
public:
property bool Computed {
    bool get ();
    void set (bool value);
}
member Computed : bool with get, set
function get Computed () : boolean
function set Computed (value : boolean)

Wartość właściwości

Typ: System.Boolean
TRUE , jeśli jest obliczana w atrybucie właściwości obiektu; w przeciwnym razie false.