Required-Eigenschaft
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
Public ReadOnly Property Required As Boolean
Get
'Usage
Dim instance As SfcProperty
Dim value As Boolean
value = instance.Required
public bool Required { get; }
public:
virtual property bool Required {
bool get () sealed;
}
abstract Required : bool
override Required : bool
final function get Required () : boolean
Eigenschaftswert
Typ: System. . :: . .Boolean
true if the property collection requires a property name; otherwise, false.