Freigeben über


ParameterInfo.Required-Eigenschaft

Gets a value that indicates whether this parameter is required.

Namespace:  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)

Syntax

'Declaration
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property Required As Boolean 
    Get
'Usage
Dim instance As ParameterInfo 
Dim value As Boolean 

value = instance.Required
[SfcPropertyAttribute(Data = true)]
public bool Required { get; }
[SfcPropertyAttribute(Data = true)]
public:
property bool Required {
    bool get ();
}
[<SfcPropertyAttribute(Data = true)>]
member Required : bool
function get Required () : boolean

Eigenschaftswert

Typ: System.Boolean
True if this parameter is required; otherwise, false.

Siehe auch

Verweis

ParameterInfo Klasse

Microsoft.SqlServer.Management.IntegrationServices-Namespace