언어

TransferSqlServerObjectsTask.IncludeDependentObjects 속성

정의

의존 객체가 전송에 포함되는지 나타내는 불리언을 받거나 설정합니다.

public:
 property bool IncludeDependentObjects { bool get(); void set(bool value); };
public bool IncludeDependentObjects { get; set; }
member this.IncludeDependentObjects : bool with get, set
Public Property IncludeDependentObjects As Boolean

속성 값

종속 객체도 전송될 경우 참이다; 선택된 객체만 전송될 경우 거짓입니다.

구현

설명

기본값은 false입니다.

적용 대상