Compartir a través de


ISfcProperty.Required Propiedad

Gets a value that indicates whether the property is required to persist the current state of the object.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
ReadOnly Property Required As Boolean 
    Get
'Uso
Dim instance As ISfcProperty 
Dim value As Boolean 

value = instance.Required
bool Required { get; }
property bool Required {
    bool get ();
}
abstract Required : bool
function get Required () : boolean

Valor de la propiedad

Tipo: System.Boolean
true if the property is required to persist the current state of the object; otherwise, false.

Vea también

Referencia

ISfcProperty Interfaz

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc