ExtractionObjectsCount 属性

Gets the number of objects affected by the extraction.

命名空间:  Microsoft.SqlServer.Management.Dac
程序集:  Microsoft.SqlServer.Management.Dac(在 Microsoft.SqlServer.Management.Dac.dll 中)

语法

声明
Public ReadOnly Property ExtractionObjectsCount As Integer
    Get
用法
Dim instance As DacExtractionUnit
Dim value As Integer

value = instance.ExtractionObjectsCount
public int ExtractionObjectsCount { get; }
public:
property int ExtractionObjectsCount {
    int get ();
}
member ExtractionObjectsCount : int
function get ExtractionObjectsCount () : int

属性值

类型:System. . :: . .Int32
A Int32 value that specifies the number of objects affected by the extraction.