Proprietà Computed
Ottiene il valore della proprietà Boolean che specifica se la colonna è il prodotto dell'espressione calcolata.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase Or SfcPropertyFlags.Design)> _
Public Property Computed As Boolean
Get
Set
'Utilizzo
Dim instance As Column
Dim value As Boolean
value = instance.Computed
instance.Computed = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Design)]
public bool Computed { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::ReadOnlyAfterCreation|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase|SfcPropertyFlags::Design)]
public:
property bool Computed {
bool get ();
void set (bool value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Design)>]
member Computed : bool with get, set
function get Computed () : boolean
function set Computed (value : boolean)
Valore proprietà
Tipo: System. . :: . .Boolean
Valore Boolean che specifica se la colonna viene calcolata.
Se True, la colonna è il prodotto di un'espressione calcolata. In caso contrario, False (impostazione predefinita).
Vedere anche