DtsServerType.IsEnabled 속성

정의

서버 연결이 사용하도록 설정되는지 여부를 나타내는 값을 가져옵니다.

public:
 static property bool IsEnabled { bool get(); };
public static bool IsEnabled { get; }
member this.IsEnabled : bool
Public Shared ReadOnly Property IsEnabled As Boolean

속성 값

서버 연결이 사용하도록 설정되면 true이고, 그렇지 않으면 false입니다.

적용 대상