XMLTask.DiffGramDestination 속성
Gets or sets the name of the connection or the variable to which the XML task saves the DiffGram document.
네임스페이스: Microsoft.SqlServer.Dts.Tasks.XMLTask
어셈블리: Microsoft.SqlServer.XMLTask(Microsoft.SqlServer.XMLTask.dll)
구문
‘선언
Public Property DiffGramDestination As String
Get
Set
‘사용 방법
Dim instance As XMLTask
Dim value As String
value = instance.DiffGramDestination
instance.DiffGramDestination = value
public string DiffGramDestination { get; set; }
public:
virtual property String^ DiffGramDestination {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract DiffGramDestination : string with get, set
override DiffGramDestination : string with get, set
final function get DiffGramDestination () : String
final function set DiffGramDestination (value : String)
속성 값
유형: System.String
A String that indicates the name of the connection or variable to which the XML task saves the DiffGram document.
구현
IDTSXMLTask.DiffGramDestination
주의
This property is used only when the OperationType is set to Diff.