ParameterInfo.Required 속성

Gets a value that indicates whether this parameter is required.

네임스페이스:  Microsoft.SqlServer.Management.IntegrationServices
어셈블리:  Microsoft.SqlServer.Management.IntegrationServices(Microsoft.SqlServer.Management.IntegrationServices.dll)

구문

‘선언
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property Required As Boolean 
    Get
‘사용 방법
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

속성 값

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

참고 항목

참조

ParameterInfo 클래스

Microsoft.SqlServer.Management.IntegrationServices 네임스페이스