Proprietà SfcProperty.Computed

Gets a value indicating whether the property object is computed. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Computed As Boolean 
    Get
'Utilizzo
Dim instance As SfcProperty 
Dim value As Boolean 

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

Valore proprietà

Tipo: System.Boolean
true if computed; otherwise, false.

Vedere anche

Riferimento

SfcProperty Classe

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc