Propriété Computed
Obtient la valeur de propriété Boolean qui spécifie si la colonne est le résultat d'une expression calculée.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase Or SfcPropertyFlags.Design)> _
Public Property Computed As Boolean
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System. . :: . .Boolean
Valeur Boolean qui spécifie si la colonne est calculée ou non.
Si la valeur est True, la colonne est le produit d'une expression calculée. Dans le cas contraire, la valeur est False (valeur par défaut).
Voir aussi