다음을 통해 공유


ParameterInfo.Required 속성

Gets a value that indicates whether the current parameter is a required parameter. If this value is true, a value must be assigned before a project or package can be executed.

네임스페이스:  Microsoft.SqlServer.Dts.Runtime
어셈블리:  Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)

구문

‘선언
Public ReadOnly Property Required As Boolean 
    Get
‘사용 방법
Dim instance As ParameterInfo 
Dim value As Boolean 

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

속성 값

유형: System.Boolean
true if the current parameter is a required parameter; otherwise, false.

참고 항목

참조

ParameterInfo 클래스

Microsoft.SqlServer.Dts.Runtime 네임스페이스