この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
ダンプ ファイルをいつ生成するかを指定します。
名前空間: Microsoft.SqlServer.Dts.Runtime
アセンブリ: Microsoft.SqlServer.ManagedDTS (Microsoft.SqlServer.ManagedDTS.dll)
構文
'宣言
<BrowsableAttribute(False)> _
Public Property DumpDescriptor As String
Get
Set
'使用
Dim instance As Package
Dim value As String
value = instance.DumpDescriptor
instance.DumpDescriptor = value
[BrowsableAttribute(false)]
public string DumpDescriptor { get; set; }
[BrowsableAttribute(false)]
public:
property String^ DumpDescriptor {
String^ get ();
void set (String^ value);
}
[<BrowsableAttribute(false)>]
member DumpDescriptor : string with get, set
function get DumpDescriptor () : String
function set DumpDescriptor (value : String)
プロパティ値
型: System.String
ダンプ ファイルをいつ生成するかを示す値です。