SfcProperty.Computed Propiedad
Gets a value indicating whether the property object is computed. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
Public ReadOnly Property Computed As Boolean
Get
'Uso
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
Valor de la propiedad
Tipo: System.Boolean
true if computed; otherwise, false.