Package.DumpDescriptor 属性
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Specify when a dump file should be generated.
命名空间: 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
A value that specifies when a dump file should be generated.