CopyAllXmlSchemaCollections 속성
이 API는 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
네임스페이스: Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
어셈블리: Microsoft.SqlServer.TransferSqlServerObjectsTask(Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)
구문
‘선언
Property CopyAllXmlSchemaCollections As Boolean
Get
Set
‘사용 방법
Dim instance As ITransferSqlServerObjectsTask
Dim value As Boolean
value = instance.CopyAllXmlSchemaCollections
instance.CopyAllXmlSchemaCollections = value
bool CopyAllXmlSchemaCollections { get; set; }
property bool CopyAllXmlSchemaCollections {
bool get ();
void set (bool value);
}
abstract CopyAllXmlSchemaCollections : bool with get, set
function get CopyAllXmlSchemaCollections () : boolean
function set CopyAllXmlSchemaCollections (value : boolean)