StatusEventName 属性
此 API 支持 基础结构,但不能通过代码直接使用。
此成员重写 ASTaskBase. . :: . .StatusEventName。
命名空间: Microsoft.DataTransformationServices.Tasks.DTSProcessingTask
程序集: Microsoft.SqlServer.ASTasks(在 Microsoft.SqlServer.ASTasks.dll 中)
语法
声明
Protected Overrides ReadOnly Property StatusEventName As String
Get
用法
Dim value As String
value = Me.StatusEventName
protected override string StatusEventName { get; }
protected:
virtual property String^ StatusEventName {
String^ get () override;
}
abstract StatusEventName : string
override StatusEventName : string
override function get StatusEventName () : String