Required-Eigenschaft
Gets a value that indicates whether the property is required to persist the current state of the object. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
ReadOnly Property Required As Boolean
Get
'Usage
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
Eigenschaftswert
Typ: System. . :: . .Boolean
true if the property is required to persist the current state of the object; otherwise, false.