MainPipeClass.IsSavingXml プロパティ
タスクで XML 形式で保存するかどうかを示す値を取得します。値の設定も可能です。
名前空間: Microsoft.SqlServer.Dts.Pipeline.Wrapper
アセンブリ: Microsoft.SqlServer.DTSPipelineWrap (Microsoft.SqlServer.DTSPipelineWrap.dll)
構文
'宣言
Public Overridable Property IsSavingXml As Boolean
Get
Set
'使用
Dim instance As MainPipeClass
Dim value As Boolean
value = instance.IsSavingXml
instance.IsSavingXml = value
public virtual bool IsSavingXml { get; set; }
public:
virtual property bool IsSavingXml {
bool get ();
void set (bool value);
}
abstract IsSavingXml : bool with get, set
override IsSavingXml : bool with get, set
function get IsSavingXml () : boolean
function set IsSavingXml (value : boolean)
プロパティ値
型: System.Boolean
タスクで XML 形式で保存する場合は true、それ以外の場合は false です。